custom menu disappears when I File, Exit, Cancel

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

Guest

I have a couple of custom add-ins with functionality run from custom menu
options on the main menu (next to File, Edit, View, etc).

Found a strange bug: when I have a dirty file, click on File, Exit and then
Cancel, the custom menus disappear. The add-ins are still ticked in Tools,
Add-ins so it's just the menu that's gone.

Any ideas how to stop this?
 
I have used the AddinInstall and AddinUnistall events to create and destroy
the toolbars. That avoids the problem you describe.
 
very good idea - thanks

Jim Thomlinson said:
I have used the AddinInstall and AddinUnistall events to create and destroy
the toolbars. That avoids the problem you describe.
 

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