CommandBar Property

Applies To

CommandBarPopup object.

Description

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

Example

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

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