Thread: Kill Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dr. Patrick Havel Dr. Patrick Havel is offline
external usenet poster
 
Posts: 7
Default Kill Excel

Hello,

in my C++ application (archiving of measured PLC values) I control Excel by
the means of the COM interface. In certain cases I need to finish Excel very
quickly. When I execute m_ExcelApp.Quit() and release all pointers Excel is
finished after some seconds (I can see it in task manager). Is there any
possibility to "kill" Excel immediately as e.g. task manager does?

Thanks for all hints!

Patrick