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.
 
Back
Top