21 Mar 2011
Updated: 22 Mar 2011
Rating: 3.92/5
Votes: 5
Popularity: 2.74
Licence: CPOL
Views: 14,500
Bookmarked: 5
Downloaded: 0
Alternatively, you can kill the Excel instance. I have to maintain an application which makes heavy use of Excel. I have written a wrapper for the base functionality. In the Dispose() method of the wrapper, I use the following code to ensure Excel will be released:mExcelApp.Quit(); // My...
|