RESET.TOOLBAR macro

Resets built-in toolbars to the default Microsoft Excel set.

Syntax

RESET.TOOLBAR(bar_id)

Bar_id    specifies the number or name of the toolbar that you want to reset. For detailed information about bar_id, see ADD.TOOL.

Remarks

If RESET.TOOLBAR successfully resets the toolbar, it returns TRUE. If you try to reset a custom toolbar, RESET.TOOLBAR returns #VALUE! and takes no other action.

Related Functions

ADD.TOOL   Adds one or more tools to a toolbar

DELETE.TOOLBAR   Deletes custom toolbars

Return to index