Step Over Button

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

At run time, use the Step Over button to enter break mode; clicking the button 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 that function will be stepped over, meaning that it will execute without being stepped through. This command is useful for skipping over external functions that have already been debugged. It can also be accessed from the Debug menu or by pressing SHIFT+F8.