G
Guest
Hi,
I've opened an Excel application, done something then I closed using
Application.Quit();
But It's not closing the Excel application. I need to kill iy from task
manager.
Please let me know any pointer for this.
Here is the code snippet:
======================================
ApplicationClass app = new ApplicationClass();
Workbook book = null;
Worksheet sheet = null;
book = app.Workbooks.Open(strFileName, bla, bla...);
<DOING SOMETHING>
app.Workbooks.Close();
app.Quit();
app=null;
..............................................................
..............................................................
================================
Lotsa thanks in advance.
Regards,
Lotus
I've opened an Excel application, done something then I closed using
Application.Quit();
But It's not closing the Excel application. I need to kill iy from task
manager.
Please let me know any pointer for this.
Here is the code snippet:
======================================
ApplicationClass app = new ApplicationClass();
Workbook book = null;
Worksheet sheet = null;
book = app.Workbooks.Open(strFileName, bla, bla...);
<DOING SOMETHING>
app.Workbooks.Close();
app.Quit();
app=null;
..............................................................
..............................................................
================================
Lotsa thanks in advance.
Regards,
Lotus