Thread
:
Remove custom menu
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jacob Skaria
external usenet poster
Posts: 8,520
Remove custom menu
Dear Partho
Please try removing the custom menu in WindowDeactivate event..
If this post helps click Yes
--------------
Jacob Skaria
Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
'Close here
End Sub
Reply With Quote
Jacob Skaria
View Public Profile
Find all posts by Jacob Skaria