
Kalpesh Agrawal
VBA Breakpoint
In VBA, if you don’t want to execute the full code you can generate a breakpoint.
To generate a breakpoint, follow the following steps…

After generating the breakpoint in the code, when you run the whole code, it will execute the result only till the code have a breakpoint.
In the above image, the first 3 lines of code will run, the code below highlighted line will not run with itself.
If you want to remove the breakpoint, click on the red dot.
Try yourself to get a better understanding.