Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It looks like there is a bug in
Microsoft.Office.Interop.Excel.AppEvents_Event class implementation - it does not close events sink properly. So, solution is to implement disposable event sink class based on AppEvents interface by yourself and connect to Excel events sink using IConnectionPoint.Advise method. In Dispose method you would need to disconnect using IConnectionPoint.Unadvise() method. "Sergei Didur" wrote: It does not apply to my case. I am having problem with any VBA AddIn including the ones created by Microsoft (unless they are not following their own recomendations). The problem only occurs when .Net add-in and VBA add-in subscribe to the same Excel event and VBA add-in shows any form. It looks like a bug to me. "john" wrote: Microsoft help & support site have an article on this subject which may help. http://support.microsoft.com/kb/280454 -- JB |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
turn off 'save' prompt when closing Excel | Excel Worksheet Functions | |||
Closing Excel - no save prompt | Excel Programming | |||
Password prompt appears when closing Excel | Excel Programming | |||
Excel 2003 when closing Excel after having opened a project locked for viewing.. password prompt??? | Excel Discussion (Misc queries) | |||
Save? prompt when closing Excel | Excel Discussion (Misc queries) |