When cancelling the AE process in the middle of it running the Excel.Exe process remains open when checking it up on the task manager. I've used the following but this does not work either &oWorkApp.ActiveWorkBook.Close(); &oWorkBook.Close(); &oWorkApp.Quit();
Please assist killing the Excel.Exe process when users cancel the AE in the middle of processing.
When cancelling the AE process in the middle of it running the Excel.Exe process remains open when checking it up on the task manager. I've used the following but this does not work either &oWorkApp.ActiveWorkBook.Close();
ReplyDelete&oWorkBook.Close();
&oWorkApp.Quit();
Please assist killing the Excel.Exe process when users cancel the AE in the middle of processing.
Hi,
ReplyDeleteNot sure whether you have seen this post which has the resolution for the issue you are facing: http://www.orafaq.com/forum/t/88643/67467/
Good day