Problem when Quit Excel Application
Using C# to run a Excel application, When I quit this Excel application by using command line :
ExcelApp.Quit();
or click the "Close" Button on top (X) button. The "Excel application" quit but in the " Windows Task Manager", the "EXCEL" process did not removed.
Declare : Excel.Application ExcelApp = new Excel.ApplicationClass();
Anyone can help me ?
Thanks!
Ajay BachalePosted Jul 10, 2020, 11:36 AM
Nishant MittalPosted Jan 31, 2016, 11:32 PM