EDIT.TOOL macro

Displays the Button Editor dialog box, which you use to change the appearance of a button on a toolbar.

Syntax

EDIT.TOOL(bar_id, position)

Bar_id    is the number of the toolbar containing the button you want to edit. For a list of toolbar numbers, see ADD.TOOL. Use the GET.TOOLBAR function to return the information about a toolbar.

Position    is the position on the toolbar of the button you want to edit. Buttons are numbered from the left starting at 1. Gaps between buttons are counted as positions.

Related Functions

ADD.TOOL   Adds a button to a toolbar

GET.TOOLBAR   Returns information about a toolbar

Return to index