CommandBar Property 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)