1 | Visual Basic for Applications allows us to customize the menu system of the application dynamically by using the Menu object and the Menus Collection object. |
2 | |
3 | The Menubar object and its associated collection Menubars allows us to manipulate a specific menubar in the worksheet. Each new menu is contained in its parent menubar. Hence creating a menu involves adding it to a menubar. |
4 | |
5 | Different kinds of menus are the regular menus and the shortcut menus |