M
Mike H.
This Sub is no longer working. Also the one I call when I load the file is
not working either.
Private Sub Workbook_BeforeClose(Cancel As Boolean)
'this builds the menus that are added when this workbook is loaded
Application.CommandBars("Worksheet Menu Bar").Controls("&Activity").Delete
End Sub
For loading:
Private Sub Workbook_Open()
MsgBox ("going to start adding menus")
I recently protected my macros from viewing: Tools VBA Protection. Would
this have any affect? Ideas?
not working either.
Private Sub Workbook_BeforeClose(Cancel As Boolean)
'this builds the menus that are added when this workbook is loaded
Application.CommandBars("Worksheet Menu Bar").Controls("&Activity").Delete
End Sub
For loading:
Private Sub Workbook_Open()
MsgBox ("going to start adding menus")
I recently protected my macros from viewing: Tools VBA Protection. Would
this have any affect? Ideas?