View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rui Oliveira Rui Oliveira is offline
external usenet poster
 
Posts: 7
Default Quit Method do not kill excel process

Hi,

I am using the Quit method to close the Excel
excelApp.Quit
Set excelApp = Nothing

The Excel is closed but the excel process still running.
What can I do to stop this process?

BTW: I tested with "Word" too, and with "word" works. The
Quit method close the word application and stop the word
process

Thanks,
Rui Oliveira