Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The Workbook of the Add-In contains the following code:
Private WithEvents MyExcelApp As Excel.Application Private Sub Workbook_Open() If MyExcelApp Is Nothing Then Set MyExcelApp = ThisWorkbook.Application End If End Sub Before exiting Excel, which event in the Add-In's Workbook will allow me to release the reference (MyExcelApp) to the application? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application/Object defined error? | Excel Discussion (Misc queries) | |||
Cannot start the source application for this object | Excel Discussion (Misc queries) | |||
Not releasing workbook reference. | Excel Programming | |||
application/object defined error | Excel Programming | |||
how to get hwnd from application object? | Excel Programming |