|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
new Excel.ApplicationHello,
in order to generate Excel files from my VB.Net applications, I often us "dim xl as new Excel.Application". When I'm done, I use xl.Quit(). Unfortunately, sometimes, for some reasons, some Excel instances remain in memory, even when my program is closed. How can I make sure all Excel objets are closed ? "myname" <nospam@ihatespam.com> schrieb: PRB: Office Application Does Not Quit After Automation from Visual Studio> in order to generate Excel files from my VB.Net applications, > I often us "dim xl as new Excel.Application". > > When I'm done, I use xl.Quit(). > > Unfortunately, sometimes, for some reasons, > some Excel instances remain in memory, > even when my program is closed. ..NET Client <URL:http://support.microsoft.com/?scid=kb;EN-US;317109> -> "Troubleshooting" -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||