
Originally Posted by
Excel Fox
You will not be able to trigger workbook level events across your application unless you create application level events using the WithEvents keyword.
I think it would be enough to eliminate this sub to make the manu change permanent
Code:
Private Sub Workbook_Deactivate()
Call DeleteFromCellMenu
End Sub
Bookmarks