Share via

Unhide column

Vincent Cipriano 0 Reputation points
2026-02-21T12:05:39.9333333+00:00

On a spread sheet i hid columns b-f (5 colums).

Im trying to unhide the columns and it they wont unhude

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jhun Buala 4,980 Reputation points Independent Advisor
    2026-02-21T12:46:17.87+00:00

    Hi Vincent Cipriano,

    Good day. I'm Jhun an independent advisor. Have you tried selecting the columns A to G, Right click and select "Unhide".

    User's image

    Regards,
    Jhun

    0 comments No comments

  2. Q&A Assist
    2026-02-21T12:05:56.9633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To unhide columns B through F in Excel, you can follow these steps:

    1. Select the Columns: Click on the column header for column A, then drag to select column G (this will select columns A through G).
    2. Right-Click: Right-click on the selected area.
    3. Unhide: From the context menu, select Unhide.

    If the columns still do not unhide, ensure that there are no filters applied that might be hiding the columns. You can also check if the columns are hidden due to grouping or if there are any protection settings on the sheet that prevent unhiding.

    If you are using VBA, you can also unhide columns programmatically by using the following code:

    Columns("B:F").EntireColumn.Hidden = False
    

    This code will unhide the specified columns in the active worksheet.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.