Written by Allen Wyatt (last updated August 14, 2021)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
Ted asked if there was a way to step through VBA code while viewing a worksheet, so he could view the effects on the worksheet as each step in his macro is executed.
This is actually quite easy to do—all that needs to be done is to arrange the Excel window and the VB Editor window so that both of them are visible at the same time. In other words, neither one of them should be "full screen." You can arrange the window sizes so that you maximize what you can see in your worksheet, and minimize what you see in the VB Editor—perhaps showing only a few lines of code in the window.
Another closely related approach is to make the Excel workbook full-screen, and then make the VB Editor window as small as possible, overlaying the Excel screen. With the VB Editor window active, you can step through the macro using F8 and view the results in the background, on the Excel workbook.
Finally, there is always the option that you can add a second monitor to your system. With two monitors, you could open the Excel workbook on one screen and then display the Visual Basic Editor on the other.
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (6194) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and 2021. You can find a version of this tip for the older menu interface of Excel here: Stepping Through a Macro with a Worksheet Visible.
Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!
Renaming a worksheet within a macro is a relatively easy task. When you start renaming based on a range of names, though, ...
Discover MoreDisabling function keys is rather easy to do when you rely on the OnKey method in a macro. This tip looks at how you can ...
Discover MoreMacros allow you to perform all sorts of file-related operations. One such operation allows you to delete a directory. ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2021-08-14 16:44:36
David J Bonin
Three monitors are even better than two!
Just sayin...
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments