Share via


CommandBarButton.Copy Method

Office Developer Reference

Copies a command bar button control to an existing command bar.

Aa432757.vs_note(en-us,office.12).gif  Note
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

Syntax

expression.Copy(Bar, Before)

expression   A variable that represents a CommandBarButton object.

Parameters

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.

Return Value
CommandBarControl

See Also