Declaring a DLL

E

Erich Neuwirth

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?
 
L

Lee Dengo

If you already registed your .dll file you may click
the "automation" button on the add-in gui, or browse to
your .dll file. It will automatially register it for you.

Lee
 
Top