totn Excel 2003 VBA Debugging

MS Excel 2003: Clear all Breakpoints in VBA

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

Clearing all Breakpoints

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

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

Microsoft Excel

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