I have a large Excel Add-In with a custom menubar. The menubar has between 7 and 10 menus depending on options chosen elsewhere. There are a few submenus sprinkled within the main menus. On-Actions and captions change according to options chosen elsewhere.
All references to the MenuBar use the MenuBars object.
With Menubars("My Bar").menus("File").menuitems("Save").enabled......etc.
The MenuBars object seems to be on its way out. How critical is it that I re-write the MenuBar code to CommandBar code? (Which by the way I am struggling with)
Thanks,
Greg
All references to the MenuBar use the MenuBars object.
With Menubars("My Bar").menus("File").menuitems("Save").enabled......etc.
The MenuBars object seems to be on its way out. How critical is it that I re-write the MenuBar code to CommandBar code? (Which by the way I am struggling with)
Thanks,
Greg