Load module, run, remove???

G

Guest

Hello,
is it possible with a macro to load a module (.bas-File)
from hard, run the new macros and "unload" the module?

Thanks.
 
J

Jezebel

Yes, but tricky. The problem is that mucking around with the VBA set up
resets any code that's actually running. It's usually easier to load a
template or document that contains the code you want, let its code run, then
unload the document.

Forget methods for the moment -- what are you actually trying to achieve?
 
Top