Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

How to unhide rows....when they won't unhide

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike C - 17 Mar 2008 23:17 GMT
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

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.