Step Into Button

At design time, click the button to begin running the macro in break mode.

At run time, use this button to enter break mode; clicking Step Into again will execute the currently paused line of code and move the focus to the next line (without executing it). If an external function is called, then the steps within that function will be stepped through in the same manner. This command can also be accessed from the Debug menu or by pressing F8.