totn Excel 2007 VBA Debugging

MS Excel 2007: Step Into - VBA code

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

Step Into

While in debug mode, you can "Step Into" your VBA code in Excel 2007.

Microsoft Excel

You can choose to "Step Into" your code in Excel 2007. What this means is that you will step through each line of code in your current procedure as well as step into the code of any procedures that are called by the current procedure.

You can do this by either pressing the F8 key or selecting "Step Into" under the Debug menu.

Microsoft Excel

Each time you select "Step Into", the debugger will move you to the next line of code.