Excel: How to Give Descriptive Names to Custom Add-in MacrosID: Q93903
|
In version 4.0 of Microsoft Excel, the Add-in Manager displays descriptive names for built-in add-in macros. You can add these descriptive names to your custom add-in macros that are displayed in the Add-in Manager.
When a custom add-in macro is added to the Add-in Manager, the
filename and macro name of the custom add-in is the default filename
that is displayed in the Add-in dialog box. If you want to display a
descriptive name for a custom macro in the Add-in Manager dialog box,
you must define a "Long Name" on the add-in macro sheet.
The Add-in Manager looks for the following defined names on add-in
macro sheet:
__Command (refers to area on macro sheet that adds commands to built-
in menus)
__DeleteCommand (refers to area on macro sheet that deletes commands
from built-in menus)
__LongName (refers to descriptive name)
__DemandLoad (refers to TRUE or FALSE)
Additional query words: description HOWTO
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 30, 1999