I'm using Excel.Interop to manipulate an XLS file but even after closing the fille and doing app.quit, the EXCEL.EXE process is still active.
I would like to kill it but I don't want to go throught all processes with the same name and kill them one by one. Doing so will also kills any Excel application that was opened by the user. I just want to kill the EXCEL process I created.
I would like to kill it but I don't want to go throught all processes with the same name and kill them one by one. Doing so will also kills any Excel application that was opened by the user. I just want to kill the EXCEL process I created.