Thread: dll reference
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
moi moi is offline
external usenet poster
 
Posts: 27
Default dll reference

Windows applications start searching for dll's in the own application path
and if it's not there, they look in $windir\SYSTEM32.


"Dwight" schreef in bericht
oups.com...
I reference dlls for excel macros and occasionally, I get a MISSING
error. It usually happens when the dll is in a different path than
originally programmed. For example: c:\windows\system and
c:\winnt\system.

Does excel store the original path? I assume it should be getting it
from the registry.

Thanks
Dwight