I'm in the unusual situation of having a 32bit install of Excel and some libraries I call have been compiled as 64bit libraries but when I try to call the functions I get an error "Cannot find xyz.dll".
I know you can't call 32bit processes (easily) from 64bit ones, but what about vice versa?