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.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
When creating a macro to work with the names of defined ranges, you may need to know whether the scope of the name is for ...
Discover MorePaste Special is a great tool that allows you to modify the values in a range of cells in your worksheets. You may want, ...
Discover MoreNeed to gather some information about the drives on a system? It can be pretty easy to do using a macro, as shown in this ...
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