Declaring a DLL

  • Thread starter Thread starter Erich Neuwirth
  • Start date Start date
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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top