STEP

Macro Sheets Only

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 choosing the Step 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 choose the Macro command on the Tools menu.

Syntax

STEP( )

Remarks

Related Functions

HALT Stops all macros from running

RUN Runs a macro

List of Control Functions