Lines Matching refs:macro
35 /** Converts VBA macro names to script URLs and vice versa.
41 /** Returns the script URL representing the passed VBA macro name.
44 The VBA macro name to be resolved to a script URL. The macro name
48 represents the procedure name. Example: All the VBA macro names
52 module name is missing, then all modules are searched for a macro
56 The script URL referring to the passed VBA macro.
59 if a macro with the passed name does not exist.
66 /** Returns the VBA macro name for a macro with the passed script URL.
69 The script URL to be resolved to a VBA macro name. Must be a
73 The VBA macro name referring to a macro with the passed script URL.
76 if a macro with the passed name does not exist.