CommandBar Property

Microsoft Office Visual Basic

Returns a CommandBar object that represents the menu displayed by the specified pop-up control. Read-only.

Example

This example sets the variable fourthLevel to the fourth control on the command bar named "Drawing."

Set fourthLevel = CommandBars("Drawing") _
    .Controls(1).CommandBar.Controls(4)