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 Hide or Unhide Excel Sheets

    How to Hide or Unhide Excel Sheets

    Nisha GurungBy Nisha GurungJuly 26, 2023 Excel 8 Mins Read

    Using Excel for offices or projects often means having numerous sheets in your workbook. If they are not properly managed, this could quickly become chaotic and stressful.

    Suppose you need to work on Sheet 55 and Sheet 66, all of the sheets in between would be a stumbling block. What if you could hide unwanted sheets until you needed them?

    In this article, we will walk you through on how you can hide or unhide sheets on your excel files.

    Tip: For confidential sheets, you can use the VeryHidden feature to make sheets harder to unhide. However, for a simple worksheet, the default Hide Sheets menu should be enough.

    Hide Excel Sheet

    Check out these 6 different methods to hide sheets in your workbook.

    NOTE: Excel will still reference the cells from the hidden sheet to your displayed sheet.

    Using Keyboard Shortcut

    Excel has hands down 200 plus keyboard shortcuts to perform tasks in your workbook. So, why not use the keyboard shortcut to your advantage? 

    Using shortcuts for basic tasks like Hiding Excel Sheets will help you increase your work efficiency. Additionally, this method is best if you want to hide only one sheet. 

    If you’re new to Excel shortcuts, do remember that shortcuts that begin with Alt is a ribbon shortcuts. So, you do not have to press the keys at once like the other shortcuts. The best thing about these shortcuts is once you enter the Alt key, you’ll see the other shortcut letters in the Ribbon itself. Thus, you wouldn’t have to mug up the shortcuts.

    At the time of writing this article, these Ribbon shortcuts are only available in Windows. 

    Firstly, open Excel workbooks and head to the Sheet you want to hide. Then, use the given keyboard shortcut. 

    Keyboard Shortcut: Alt, H, O, U, S

    From Excel Ribbon

    If you’d rather prefer the Excel Ribbon to manually hide Sheet, this method is for you. You can find the default Hide Sheet Tab in the Format menu of the Home Tab.

    1. On your workbook, click the Sheet you wish to hide. For multiple sheets, press down the Ctrl key and select other Sheets. 
    2. Go to Home Tab. From the cells group, click Format.
      Go to Home Tab. From the cells group, click Format
    3. Below Visibility, select Hide & Unhide > Hide Sheet.
      Below Visibility, select Hide & Unhide -Hide Sheet

    From Navigation Pane

    Another way to hide your Excel Sheets is from the Navigation Menu. I know many of you might be wondering why go through the Navigation option when you could hide from Sheet Tab or Ribbon.

    Well, this is because when you have an extremely large number of sheets, you need to keep scrolling to locate the specific sheet. But, with the Navigation menu, you can see all Sheet lists in one view. 

    On your worksheet, go to the View Tab. From the Show group, click Navigation. In the right Navigation panel, you can see lists of Sheets of your current workbook. Right-click on the Sheet and pick Hide. The hidden sheet will be immediately greyed out.

    From Sheet Tab

    When you right-click on the Sheet tab, you can find a Hide option in the flyout menu. I personally use the Sheet Tab to hide multiple sheets, adjacent sheets, or non-adjacent sheets quickly. 

    To hide one sheet, you can just right-click on the Sheet name and pick Hide. 

    But, for multiple sheets, follow these steps.

    1. Firstly, select your Sheet Tab with one of these methods.
    • Select Multiple Adjacent Sheets: If you wish to hide the adjacent sheets, select the First Sheet. While pressing down the Shift key, select the Last Sheet. When you do this, Excel will select all the Sheets from start to end.
    • Select Multiple Non-Adjacent Sheet: If you need to select multiple non-adjacent sheet, we will use the Ctrl key instead. Select the First sheet. Press down the Ctrl key and select the other Sheet you wish to hide.
    • Select All Sheets: To select all sheet tabs, right-click on one of the Sheets. Then, choose Select All Sheets from the fly-out menu. 
    1. Now, right-click on one of the selected Sheet name and choose Hide.
      Hide Sheets from Sheet Tab

    Run VBA Code

    If you need to hide sheets more frequently, it’s better you create a macro and run VBA code. After creating the Macros, you could just run Macros whenever required. So, no more repeating the steps to hide sheets.

    Here, we have created a VBA code to hide a single worksheet from your workbook. You can simply copy and paste the code. But, note that you should specify your Sheet Name and the total length of the Sheet Name that you wish to hide in the code.

    1. Right-click on the Sheet Tab and choose View Code.
      Right-click on the Sheet Tab and choose View Code
    2. Microsoft Visual Basic for Applications window will appear on the screen. Copy the VBA code mentioned in the box and paste them into your Module. 
    Sub HideExcelSheet()
    Dim ws As Worksheet
    For Each ws In ThisWorkbook.Worksheets
    If Left(ws.Name, “Total length of Sheet Name”) = "Your Sheet Name" Then
        ws.Visible = False
    End If
    Next ws
    End Sub
    1. Now, on “Total length of Sheet Name”, enter the total number of characters of your Sheet Name. Then, on “Your Sheet Name,” type in the Sheet name. For example, we’ve entered “Number” as our Sheet name and 6 as the total characters in the name.
      Enter Total length of Sheet name and Sheet Name in the code
    2. To run the code, press F5 key. If prompted, select HideExcelSheet in the Macro window and click Run.
      If prompted, select HideExcelSheet in the Macro window and click Run

    From Properties

    In Excel’s Developer tab, you can find the Properties menu to view and edit your worksheet properties. So, you can also hide the Sheet from the Properties menu.

    But, be careful when you choose the VeryHidden menu for your sheet. Pick this option only if your Sheet contains confidential and important information.

    Before you begin, check Developer Tab in your Excel Ribbon and Add the tab if needed.

    Warning: Once you VeryHide the sheets from Properties, you won’t be able to unhide the sheet later from Ribbon. You can unhide the VeryHidden Sheet only with the VBA code.
    1. Open Excel Workbook and go to the Sheet you wish to hide.
    2. Click Developer Tab. From the Controls section, select Properties.
      Click Developer Tab and select Properties
    3. On the Properties window, go to the Visible menu at the bottom. Expand the drop-down menu and choose one of the following options.
      On the Properties window, go to the Visible menu and pick one of the options
      • 0 – xlSheetHidden: Pick this to Hide Sheet and Unhide them later from the Unhide Window.
      • 2 – xlSheetVeryHidden: Choose this to Very Hide sheet. VeryHide Sheet won’t appear in the Unhide Window.

    Unhide Excel Sheets

    We have four different methods to unhide Sheets in Excel. You could unhide all the sheets (except for the VeryHidden Sheets) you’ve hidden using any one of the above methods. Follow whichever you find the most convenient. 

    Using Keyboard Shortcuts

    First, we have the keyboard shortcut to quickly unhide the Excel Sheets. As mentioned earlier, this is a ribbon shortcut. So, just enter the keys individually.

    1. Firstly, open Excel Workbook with hidden sheets. 
    2. Enter the given shortcut.
      Keyboard Shortcut to Unhide Sheet
    Keyboard Shortcut: Alt, H, O, U, H
    1. On Unhide window, select the Hidden Sheet. To Unhide multiple sheets, press down Ctrl key and select the Numerous sheets.
      select the Hidden Sheet and click OK
    2. Click OK.
    NOTE: If the Unhide Sheet is greyed out, it means there are no hidden Sheets on your workbook.

    From Sheet Tab

    Apart from shortcut keys, another easiest way to unhide sheets is from the Sheet Tab.

    1. Hover over the Sheet Tab at the bottom.
    2. Right-click on any one of the available Sheets > Unhide.
      Right-click on any one of the available Sheets-Unhide
    3. On Unhide window, select the Sheet names you wish to unhide.
      On Unhide window, select the Sheet names you wish to unhide and click OK
    4. Click OK. 

    From Excel Ribbon

    If you find it difficult to work with shortcuts, let’s unhide the Excel Sheets from the Ribbon. Check out these steps.

    1. On your Excel Sheet, go to Home Tab and click Format in the cells group.
      On your Excel Sheet, go to Home Tab and click Format in the cells group
    2. Under Visibility, select Hide & Unhide > Unhide Sheet.
      Under Visibility, select Hide & Unhide-Unhide Sheets
    3. On Unhide window, select the Hidden sheets you wish to unhide. To select multiple sheets, use the Ctrl key.
      select the Hidden sheets and click OK
    4. Click OK.

    Run VBA Code

    You can run the VBA code if you need to unhide the sheets more often. Here, we have created the VBA code to unhide all hidden sheets at once. 

    1. On your sheet, press Alt + F11 keyboard shortcut to open the Visual Basics Editor window.
    2. On Microsoft Visual Basic for Applications window, go to Insert tab > Module.
      On Microsoft Visual Basic for Applications window, go to Insert tab-Module
    3. Now, copy the code given in the box and paste them into the Module.
      Copy and Paste the Code
    Sub UnhideAllSheets()
    'Unhide all worksheets in workbook
    Dim ws As Worksheet
    Application.ScreenUpdating = False
        For Each ws In ActiveWorkbook.Worksheets
            ws.Visible = xlSheetVisible
        Next ws
    Application.ScreenUpdating = True
    End Sub
    1. Press F5 to run code. 

    How to Hide/Unhide Sheet Tab? 

    If you also wish to hide the Sheet Tab along with Sheets, you can do it from the Excel Options. When you do this, you can see only the current sheet with no Sheet Tab. 

    Warning: If you hide the Sheet tabs, you won’t be able to switch between sheets.
    1. Open the Excel workbook and click the Sheet you want to display.
    2. Go to the File tab and click on the Options menu at the bottom.
      Go to the File tab and click on the Options menu at the bottom
    3. On Excel Options, navigate to the Advanced menu from the left panel.
      On Excel Options, navigate to the Advanced menu
    4. Scroll to locate the Display options for this workbook. Then, do one of the following:
      Scroll to locate the Display options for this workbook
      • To hide Sheet tabs, Untick the option for Show sheet tabs and click OK. 
      • To display Sheet Tabs, tick the box for Show sheet tabs and click OK.
    Excel Basics Formula
    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
      • Hide Excel Sheet
        • Using Keyboard Shortcut
        • From Excel Ribbon
        • From Navigation Pane
        • From Sheet Tab
        • Run VBA Code
        • From Properties
      • Unhide Excel Sheets
        • Using Keyboard Shortcuts
        • From Sheet Tab
        • From Excel Ribbon
        • Run VBA Code
      • How to Hide/Unhide Sheet Tab? 
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

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