CommandBar Property Example
This example sets the variable fourthLevel to the fourth control on the command bar named "Drawing."
fourthLevel
Set fourthLevel = CommandBars("Drawing") _ .Controls(1).CommandBar.Controls(4)