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 ?
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 ?