PASTE.TOOL macro

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

Syntax

PASTE.TOOL(bar_id, position)

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

Position    specifies the position within the toolbar of the button on which you want to paste the button face. Position starts with 1 at the left side (if horizontal) or at the top (if vertical).

Related Function

COPY.TOOL   Copies a button face

Return to index