Copies a command bar button control to an existing command bar.
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, search Help for the keyword "ribbon."
expression. Copy( ** Bar, ** Before )
expression A variable that represents a CommandBarButton object.
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Bar | Optional | Variant | A CommandBar object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists. |
Before | Optional | Variant | A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar. |
CommandBarControl