totn Excel 2010 VBA Debugging

MS Excel 2010: Continue - VBA code

This Excel tutorial explains how to use Continue in the VBA debugging environment in Excel 2010 (with screenshots and step-by-step instructions).

Continue

While in debug mode, you can "Continue" your VBA code in Excel 2010.

Microsoft Excel

You can choose to "Continue" execution of your code in Excel 2010. What this means is that your suspended program will continue executing from where it left off. With this option, your program should either finish running or suspend at the next breakpoint encountered.

You can do this by either pressing the F5 key or selecting "Continue" under the Run menu.

Microsoft Excel