Thread: Declaring a DLL
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Erich Neuwirth Erich Neuwirth is offline
external usenet poster
 
Posts: 41
Default Declaring a DLL

When I declare a function
Declare "myfun" .... lib "mydll"

where exactly is VBA looking?
I would like to avoid putting there DLLs directory
on the path, but have been unable to do this.

Is there a way of doing it?