Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Turning Headers On and Off.
You already know that the headers in a worksheet come in handy. This is the gray area, at the left and top of a worksheet, which indicates the row and column label used by Excel. You click in the header area if you want to select either a row or header. You also know that you can adjust the height or width or rows or columns by using the row and column header area.
Even though this area is very useful, there may be times when you do not want it displayed. For instance, if you are using Excel to create an on-screen form, then the header areas may be distracting to the intended users of the form.
To control whether headers are turned on or off, follow these steps:

Figure 1. The Advanced options of the Excel Options dialog box.
As with other tasks in Excel, there are additional methods that accomplish the same result as shown above. These methods use various tabs of the ribbon. One method is to display the Page Layout tab of the ribbon, then clear the View checkbox under Headings in the Sheet Options group. Another method is to display the View tab of the ribbon and clear the Headings checkbox in the Show group.
Notice that Excel does not allow you to control the display of row and column headers individually—they are either both on or both off.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (6255) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Turning Headers On and Off.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Excel allows you to display your workbooks using a couple of different views. If you want to disable one of the views, it ...
Discover MoreEnter a value into a cell and "poof!" it is automatically divided by 100. What's going on, and how can you fix it so that ...
Discover MoreExcel allows you to make a wide range of customizations to both the Quick Access Toolbar and the ribbon. If you want to ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2026-06-28 09:53:01
J. Woolley
The row/column labels (headers) are toggled ON/OFF by the worksheet’s Window property DisplayHeadings. For the active worksheet, the following VBA statement will toggle them:
ActiveWindow.DisplayHeadings = Not ActiveWindow.DisplayHeadings
My Excel Toolbox includes the WindowDressing macro to toggle this and other properties for the active worksheet or all worksheets in the active workbook. A screenshot is included in my 2022 comment here: https://excelribbon.tips.net/T009308
See https://sites.google.com/view/MyExcelToolbox
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 © 2026 Sharon Parq Associates, Inc.
Comments