BeginGroup Property

Microsoft Office Object Model

Show All

BeginGroup Property

       

True if the specified command bar control appears at the beginning of a group of controls on the command bar. Read/write Boolean.

Example

This example begins a new group with the last control on the active menu bar.

Set myMenuBar = CommandBars.ActiveMenuBar
Set lastMenu = myMenuBar _
    .Controls(myMenuBar.Controls.Count)
lastMenu.BeginGroup = True