View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Henry[_5_] Henry[_5_] is offline
external usenet poster
 
Posts: 104
Default Forcing Excel Closed

John,
Have you tried:
Application.Quit?

Henry


"John" wrote in message
...
I'm starting a new Vb.Net project and I will be using Office Automation
(Excel only) with a web service to open and prints excel docs for users.

How can I be sure excel closes after it prints and if it doesn't how do I
forcibly close excel without rebooting the server or stopping the Web
service?