Does a standard DLL stay in memory?
If I declare a function in a standard DLL (not an ActiveX DLL) with
"Declare Function" (etc.), and then in the code make a call to that
function in the standard DLL, does the DLL stay in memory until Excel
exits?
Or is the standard DLL unloaded after each call to it?
Thanks,
Greg
|