CommandBars.Add method (Office)
Creates a new command bar and adds it to the collection of command bars.
Note
The use of CommandBars in some Microsoft Office applications has been superseded by the new ribbon component of the Microsoft Office Fluent user interface. For more information, see Overview of the Office Fluent ribbon.
Syntax
expression.Add (Name, Position, MenuBar, Temporary)
expression Required. A variable that represents a CommandBars object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Optional | Variant | The name of the new command bar. If this argument is omitted, a default name is assigned to the command bar (such as Custom 1). |
Position | Optional | Variant | The position or type of the new command bar. Can be one of the MsoBarPosition constants. |
MenuBar | Optional | Variant | True to replace the active menu bar with the new command bar. The default value is False. |
Temporary | Optional | Variant | True to make the new command bar temporary. Command bars are deleted when the container application is closed. The default value is False. |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.