Deletes a macro from the current Worksheet.
UNDEFINE("name")
"name" |
- |
A string, the name of the macro to delete. |
undefmacro("autocor")
deletes the macro autocor.
UNDEFINE is the functional equivalent to the #UNDEFINE command line directive.