totn Access 2003 VBA Debugging

MS Access 2003: Clear all breakpoints in VBA

This MSAccess tutorial explains how to clear all breakpoints in the VBA debugging environment in Access 2003 (with screenshots and step-by-step instructions).

Clearing all Breakpoints

Because you can set as many breakpoints as you want, you can save time by clearing all breakpoints in your VBA code at once.

A breakpoint in VBA is indicated by a red dot with the line of code highlighted in red.

Microsoft Access

To clear all breakpoints in your program, select "Clear All Breakpoints" under the Debug menu.

Microsoft Access

This will remove all breakpoints from your VBA code, so that you don't have to individually remove each breakpoint, one by one.