I have a workbook that contains a macro in the Workbook_Open command. The macro creates a new menu item to the right of the help menu. When the workbook closes, the new menu item is removed by a macro attached to the Workbook_Close event.
My question is: How can I prevent this new menu item from being deleted when the user resets the Worksheet Menu Bar from the Customise command. Can I prevent them from resetting the menu bar, or even better, have a macro recreate the button after the reset event occurs.
Any ideas?



