

A red dot should appear indicating that you have specified a new breakpoint. To add/remove a breakpoint simply left-click on the left gray bar in your VBA Project View next to your code. They are convenient when you want to be sure your code does run through a certain loop of If statement. Break pointsīreakpoints specify lines of code at which the execution of your macro should pause when you debug VBA. These are the basic commands for running macros. You can also stop a running macro by hitting the Esc button Break – pause a running macro CTRL+ Break.

This is equivalent to the key shortcut F5

Writing Visual Basic for Applications code is hard, but what about writing VBA code that works and to write it fast? Often I found many colleges struggling to get a few simple procedures to work.
