Modify and Remove Modules and Macros

In the Macro Manager, select the Application tab (for application-level macros) or a Project tab (for document-level macros) of the macros to be modified.

Modules

To delete a module, select it, and click Delete. Deleting the module will permanently remove it and its associated macros.

To modify a module, select it, and click Edit. The IDE will open the module, and you can edit it and its associated macros.

Macros

To delete a macro, select it and click Delete. Deleting the macro does not permanently remove it. It will be commented out in the source code. To permanently delete the macro, it will need to be removed manually by editing it in the IDE.

To modify a macro, select it, and click Edit. The IDE will open the module and you can edit it, its module, and its associated macros.