I have a class that has a member variable for the Excel application object.
I use the object to open a file and do a Workbooks(1).SaveAs ()
I set Workbooks(1).Saved = True
Then I do Workbooks.Close()
In the Finalize method I do a Application.Quit()
Problem is it never leaves memory. When I look in Task Manager, it's still
there.
How do I actually get Excel to quit?
Henry Padilla
Herfried K. Wagner [MVP] - 21 Oct 2004 21:07 GMT
"Henry Padilla" <padillah@hotmail.com> schrieb:
>I have a class that has a member variable for the Excel application object.
>
[quoted text clipped - 7 lines]
> still
> there.
PRB: Office Application Does Not Quit After Automation from Visual Studio
.NET Client
<URL:http://support.microsoft.com/?scid=kb;EN-US;317109>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/