Edit a Macro
Handle Your Macros
Set the Project Options
Stepping into a macro begins execution of
the macro and then halts the execution on the first line of code.
The VBA IDE is opened with the chosen macro open in the Code window
at the line of execution.
To step into a macro
- In
the Macros dialog box, select the macro to step into.
- Choose
Step Into.