keep new menu item with workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have some code that works for displaying different titles and hiding or
displaying info on a worksheet. The problem is it works with the view menu
and I need to add more menu items. I can add the Items too the view menu, but
they are being added to my default template not to the workbook itself. If I
open other workbooks they show up. More importantly if I email the workbook
only the original items are in the view menu and not my new additions. One
other thing I noticed is that the original menu items seemed to be a group.
If I click on one it has a check mark next to it. If I click on another the
check mark moves to it. This does not happen on my new items. If I click on
them they have no check marks.

Any help would be appreciated.
 
I would suggest that you add the items with a macro linked to the
Workbook_Open event and remove them with a similar macro linked to the
Workbook_BeforeClose event
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top