The menu bar can be completely replaced by a new menu group if that group is loaded as the base menu.
Additionally, individual menus on the menu bar can be added, removed, or rearranged.
Topics in this section
About Inserting Menus in the Menu Bar (VBA/ActiveX)
To insert an existing menu in the menu bar, use the InsertMenuInMenuBar or the InsertInMenuBar method. Both methods accomplish the same goal—they insert an existing menu into the menu bar.
About Removing Menus from the Menu Bar (VBA/ActiveX)
To remove a menu from the menu bar, use the RemoveMenuFromMenuBar or the RemoveFromMenuBar method. Both methods accomplish the same goal—they remove a menu from the menu bar.