View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CraigB CraigB is offline
external usenet poster
 
Posts: 3
Default Closing Excel from a DLL

I've written a VB6 dll that creates an instance of the
Excel.Application object, however I can't seem to close the process
once I've finished with it.

Although I call Quit() and set my object variable to Nothing I can
still see the Excel.exe process running in Task Manager.

Is there someway I can force this process to end?

Thanks in advance

Craig