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.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
What happens when you press Enter in a cell depends on how you have Excel configured. Here's the way you can control the ...
Discover MoreDo you want page breaks displayed on the screen? Excel allows you to specify whether it should show those page breaks or not.
Discover MoreWhen you make changes in a worksheet, Excel automatically recalculates everything that may be affected by that change. If ...
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