STEP macro

Stops the normal flow of a macro and calculates it one cell at a time. Running a macro one cell at a time is called single-stepping and is very useful when you are debugging a macro. Use the STEP function, instead of clicking the Step Into button in the Macro dialog box when you want to start single-stepping at a specific line in a macro. The Macro dialog box appears when you click the Macros command (Tools menu, Macro submenu).

Syntax

STEP( )

Remarks

 

Related Functions

HALT   Stops all macros from running

RUN   Runs a macro

Return to index