COPY.TOOL macro

Copies a button face to the Clipboard.

Syntax

COPY.TOOL(bar_id, position)

Bar_id    specifies the number or name of a toolbar from which you want to copy the button face. For detailed information about bar_id, see ADD.TOOL.

Position    specifies the position of the button within the toolbar. Position starts with 1 at the left side (if horizontal) or at the top (if vertical).

Related Functions

ADD.TOOL   Adds one or more buttons to a toolbar

GET.TOOL   Returns information about a button or buttons on a toolbar

PASTE.TOOL   Pastes a button face from the Clipboard to a specified position on a toolbar

Return to index