Posted to microsoft.public.excel.programming
|
|
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?
|