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!