vba - Loading 32bit DLL using Excel 2007 (Vista 64bit version) -


I found out that I can not load any 32-bit DLL using my Office 2007 version. I have 64 bit Vista and I think the office is also in 64-bit mode. Is it possible to start Excel in 32-bit mode or is there any way to declare a DLL to use VB to load 32-bit DLL?

Because I do not have source code for anything I am using DLLs, I can not just compile the contents again for 64-bit mode. So I think my option is to force Excel to run in 32-bit mode or I am using DLL as 32-bit DLL, though my environment is 64-bit.

ML is getting "DLL not found" even though DLL is actually.

Below is a sample declaration, is there a 32-bit feature for this statement?

The personal announcement function ESQMain Lib "ESQuotes2.dll" nickname "_ESQMain @ 12" _ (ByVal func as Long, Byv ticker_symbol as string, result as Byval String) as integer

You have a bad impression - currently not available in 64 bit. The next version of the office (Office 2010) is rumored with 32 & amp; nbsp; 64 bit


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -