View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel97 not quit

assume you have started with automation. If so, you need to release all
references to it. All references created need to be done fully qualified
from the application down so they can be released by setting the reference
to nothing.

--
Regards,
Tom Ogilvy

"biu" wrote in message
...
My Excel 97 does not unload from memory even if its
window has closed after running a Macro. Do anyone has
any idea on that?

Thanks in advance.

Biu