Quote Originally Posted by howardkaikow View Post
I long ago starting putting ALL VBA code in DLLs, using only stub VBA code to invoke the code in the DLLs.
Sort of hard since there is no VBA compiler to create a DLL with, isn't it?