I am having a repeated problem.
I receive files that has hidden rows. When I Rclick and select
unhide, they are still hidden. When I select Format, Row, Unhide,
they are still hidden.
The only way to unhide them seems to be to double click each
individual hidden row.
Does anyone know a better way to do this?
Am I completely missing something?
Thanks
Bernard Liengme - 17 Mar 2008 23:23 GMT
Not sure how you double click a hidden row.
If rows 9 and 10 are hidden , I select the row headers 8 and 11, right click
and use Unhide.
Does this not work for you?
best wishes

Signature
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
>I am having a repeated problem.
>
[quoted text clipped - 10 lines]
>
> Thanks
Dave Peterson - 17 Mar 2008 23:31 GMT
Any chance you're looking at filtered data?
Data|Filter|Show All
May help.
> I am having a repeated problem.
>
[quoted text clipped - 10 lines]
>
> Thanks

Signature
Dave Peterson
Don Guillett - 18 Mar 2008 00:39 GMT
Sub unhidecells()
With ActiveSheet
.Rows.Hidden = False
.Rows.AutoFit
.Columns.Hidden = False
.Columns.AutoFit
End With
End Sub

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>I am having a repeated problem.
>
[quoted text clipped - 10 lines]
>
> Thanks
Tyro - 18 Mar 2008 06:00 GMT
Read a book on Excel?
Tyro
>I am having a repeated problem.
>
[quoted text clipped - 10 lines]
>
> Thanks