new Excel.Application

  • Thread starter Thread starter myname
  • Start date Start date
M

myname

Hello,

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 said:
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.

PRB: Office Application Does Not Quit After Automation from Visual Studio
..NET Client
<URL:http://support.microsoft.com/?scid=kb;EN-US;317109>
-> "Troubleshooting"
 
Back
Top