Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am doing Excel Automation and I notice that when I close the Excel window
launched from my main form, EXCEL.EXE still remains in my Task Manager. I have a cleanup routine in my main form which kills the Excel process when my main form is closed. But, I would like the ability to detect when the user is closing the Excel window without closing the main form and still be able to run the cleanup function. Is there a way to detect such window closing event? If not, I can disable the close button for the Excel window, but users would still be able to use the FileExit menu item to close. In that case, I would like to change the behavior of the Exit menu item so that I can run my clean up function when FileExit is clicked. Is it possible to do so? I am using C#, but VBA sample code would be helpful too. Thank you so much. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Default Paste behavior | Excel Discussion (Misc queries) | |||
How to display the first Item in a combobox as the default item | Excel Programming | |||
How to display the first Item in a combobox as the default item | Excel Programming | |||
Strange Range.item behavior? | Excel Programming | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) |