LIST.NAMES macro

Equivalent to clicking the Paste command on the Name submenu of the Insert menu and selecting the Paste List option button. Lists all names (except hidden names) defined in your workbook. LIST.NAMES also lists the cells to which the names refer; whether a macro corresponding to a particular name is a command macro or a custom function; the shortcut key for each command macro; and the category of the custom functions.

Syntax

LIST.NAMES( )

Remarks

 

Related Functions

GET.DEF   Returns a name matching a definition

GET.NAME   Returns the definition of a name

NAMES   Returns the names defined in a workbook

Return to index