Please help, can't unhide columns

Meenie

New Member
Joined
Jan 3, 2011
Messages
44
I have a YTD worksheet at the end a workbook filled with monthly worksheets.
Column A and B have somehow become hidden - and I don't know why - I didn't hide them!

I go to edit/go to/ and enter A1/hit OK
Then I go to Format/column/unhide
and nothing happens :(

I go up to the top corner box (select all) and see if I can drag it open, but cannot.

Any ideas?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Instead of Format/column/unhide

Try Format/column/Column width and change the width to somthing other than 0
 
Upvote 0
Go to that top corner box (select all) but instead of hitting it - move your cursor every so slightly between that box and column c (your first column showing) you should get a symbol of two straight lines with little arrows pointing east and west. Now click and grab and open the hidden columns.
 
Upvote 0
Hi There,

Try running this code;
Code:
Sub Macro1()

    Columns("A:B").Select
    Selection.EntireColumn.Hidden = False
End Sub

HTH
Colin
 
Upvote 0
Re: Please help, can't unhide columns - found it

I had the panes frozen to show column and row headings, when I unfroze it, columns a and b re-appeared.
Why would they disappear?
the other worksheets are frozen in the same place and columns a and b are there to see!
grrrrr
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,181
Members
452,893
Latest member
denay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top