Inside The Web
    Facebook Twitter Instagram
    Inside The Web
    • Office
      • Excel
      • Ms Word
      • OneDrive
      • Google Docs
      • Google Sheets
      • Google Drive
    • Email
      • Gmail
      • Outlook
      • Emal Etiquette
    • Office Etiquette
    • Productivity
    Inside The Web
    Home»Office»Excel»How to Excel Unhide First Column or Row in Excel

    How to Excel Unhide First Column or Row in Excel

    Nisha GurungBy Nisha GurungMarch 13, 2023 Excel 3 Mins Read

    Typically, cell A1 is always the first cell reference in a worksheet. But, if your cell reference begins with B2 (as shown in the given picture), it implies that the first row and column are hidden. 

    Whether you are freezing the first columns or referring to cell A1 in a formula, it is best to unhide them first. This way, Excel will identify and use the correct cell reference for the given command. 

    To do so, you could select all, right-click on them, and pick Unhide option. But, this would bring up all the hidden ranges of your worksheet. To specifically unhide only the first rows and columns, there are three better approaches that we have mentioned in this article.

    Using Resize cursor

    Excel’s Resize cursor is mainly used to readjust the column and row sizes. However, you can use this same cursor to hide and unhide the cells on your worksheet. Dragging resize cursor is by far the quickest method to show up hidden rows and columns. 

    Unhide Rows

    1. On your worksheet, hover your Cursor above the 2nd Row. 
      hover your Cursor above the 2nd Row
    2. When you see the Resize Cursor, drag it Down to unhide the first row.
      drag it Down to unhide the first row

    Unhide Columns

    1. Hover your Cursor near Column B. 
      Hover your cursor near Column B
    2. When the Black Arrow appears, Left-click on it and drag it toward the Right.
      Left-click on it and drag it toward the Right 

    From Format Menu

    Using the resize cursor to unhide columns and rows will most likely change the cell boundary and result in the #### cell. To avoid this, you can unhide ranges from the format menu instead. 

    In this method, we will select the hidden ranges using the Name box. Then, pick the default Unhide Rows and Unhide Columns from the Excel ribbon. 

    To do so, 

    1. Go to Name box and type in A1. Press Enter.
      Go to Name box and type in A1
    2. Navigate to Home Tab > Format.
      Navigate to Home Tab-Format
    3. Under Visibility, select Hide & Unhide menu.
      Under Visibility, select Hide & Unhide menu
    4. Pick Unhide Rows or Unhide Columns.
      Pick Unhide Rows or Unhide Columns
    Quick Tip: By default, Row height is 15 and Column Width is 8.3 in Excelspreadsheet. 

    Using Visual Basic Editor 

    Another way to unhide the first hidden ranges in Excel is with the Visual Basic Editor. If you are a beginner, using VBA tool may sound a bit intimidating. But, you can relax as I have mentioned a very simple code here. 

    Just run the given code into your VBA tool and there it is, you’ll have the first rows and columns visible. For this, you need to go to Developer Tab. If you cannot find it in the Excel ribbon, follow step 1 to enable them. 

    Step 1: Activate Developer Tab

    1. Head to File Tab on your worksheet.
    2. Click on Options.
      Click on Options
    3. Select Customize Ribbon. Then, click on Developer.
      Select Customize Ribbon. Then, click on Developer
    4. Hit OK.

    Step 2: Run Code

    1. Go to Developer Tab > Visual Basic. 
      Go to Developer Tab Visual Basic
    2. Click on Insert > Module.
      Click on Insert-Module
    3. Paste the following code in the field. 
    Sub UnhideRow1Column1()
    Range(“A1”).EntireRow.Hidden = False
    Range(“A1”).EntireColumn.Hidden = False
    End Sub
    1. Ensure you’ve entered the code on the right Sheet from Microsoft Excel Objects.
      Ensure you’ve entered the code on the right Sheet
    2. Enter F5 to run code. 
    3. Close Window.
    Excel Basics
    Nisha Gurung

      As a Business Student, Nisha first used Excel to outline data trends for her college projects. Later, she started exploring basic Excel functions when she realized it is a powerful tool for all businesses today. Nisha believes she can relate to many of the issues users face when starting their Excel Journey. She uses this knowledge and experience to curate contents that are fit for all types of Excel users. Apart from writing, she enjoys reading books and traveling.

      Related Posts

      Excel By Nisha Gurung

      How to Compare Two Columns in Excel Using VLOOKUP

      Excel By Nisha Gurung

      How to Share Excel Files with Multiple Users

      Excel By Nisha Gurung

      How to Filter Based on a List in Excel

      Add A Comment
      Table of ContentsToggle Table of ContentToggle
      • Using Resize cursor
        • Unhide Rows
        • Unhide Columns
      • From Format Menu
      • Using Visual Basic Editor 
        • Step 1: Activate Developer Tab
        • Step 2: Run Code
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

      Type above and press Enter to search. Press Esc to cancel.