1
Answer

Problem when Quit Excel Application

nm_luan

nm_luan

8y
2k
1
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!

Answers (1)