BeginGroup Property 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