Stopping a Macro

A currently executing macro can be stopped by selecting the macro in the Macros dialog and clicking the Stop button.

Clicking the Run button always runs the macro starting with the first line of code. If you click the Stop button and then click the Run button, execution begins from the first line of code, not from where the macro stopped.

The macro thread will be ended as soon as the Stop button is pressed and the macro code will not be given a chance to do any cleanup.

See Also

Running a Macro

Importing and Exporting Macros

Creating a Macro

About Macros