Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 1.26 KB

a78a7922-aa51-7b9f-d7de-a227a6869140.md

File metadata and controls

44 lines (19 loc) · 1.26 KB

CommandBarButton.Copy Method (Office)

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."

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

Concepts

CommandBarButton Object

Other resources

CommandBarButton Object Members