#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 81
Default Can't unhide rows

I have a number of rows in the middle of my data that are hidden and whose
height is zero. I have selected the entire sheet and issued both manual
commands (Format, Row, Unhide or autofit) and the row stays hidden. I have
done the same with vb code:

ActiveSheet.UsedRange.EntireRow.Hidden = False
ActiveSheet.UsedRange.EntireRow.AutoFit

and the rows stay hidden. The only way I have found to make a row visible
is to specifically change the row's hidden property. For example:

Rows(663).Hidden = False

Obviously I can rotate through all the rows, but that is very inefficient.
The worksheet is not protected. I can delete the rows any time I want.

Any idea why the first two commands above do not work? Using Excel 2003.

Bob


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Can't unhide rows

It might be due to Advance Filter... Have you tried to clear the filter?

If it does not work then try to change the row hight to a fixed value.

As a last resort, as you said, loop throught the rows and clear the hidden
setting...
"Bob Flanagan" wrote:

I have a number of rows in the middle of my data that are hidden and whose
height is zero. I have selected the entire sheet and issued both manual
commands (Format, Row, Unhide or autofit) and the row stays hidden. I have
done the same with vb code:

ActiveSheet.UsedRange.EntireRow.Hidden = False
ActiveSheet.UsedRange.EntireRow.AutoFit

and the rows stay hidden. The only way I have found to make a row visible
is to specifically change the row's hidden property. For example:

Rows(663).Hidden = False

Obviously I can rotate through all the rows, but that is very inefficient.
The worksheet is not protected. I can delete the rows any time I want.

Any idea why the first two commands above do not work? Using Excel 2003.

Bob



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 81
Default Can't unhide rows

Many thanks. Doing Data, Filter, Show All displayed the rows. Strange....
I didn't see any filter set.

Bob

"Sheeloo" <="to" & CHAR(95) & "sheeloo" & CHAR(64) & "hotmail.com" wrote in
message ...
It might be due to Advance Filter... Have you tried to clear the filter?

If it does not work then try to change the row hight to a fixed value.

As a last resort, as you said, loop throught the rows and clear the hidden
setting...
"Bob Flanagan" wrote:

I have a number of rows in the middle of my data that are hidden and
whose
height is zero. I have selected the entire sheet and issued both manual
commands (Format, Row, Unhide or autofit) and the row stays hidden. I
have
done the same with vb code:

ActiveSheet.UsedRange.EntireRow.Hidden = False
ActiveSheet.UsedRange.EntireRow.AutoFit

and the rows stay hidden. The only way I have found to make a row
visible
is to specifically change the row's hidden property. For example:

Rows(663).Hidden = False

Obviously I can rotate through all the rows, but that is very
inefficient.
The worksheet is not protected. I can delete the rows any time I want.

Any idea why the first two commands above do not work? Using Excel 2003.

Bob





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Can't unhide rows

Glad it worked.

Advance Filter (if you filter in place does that) and you don't see the
drop-downs as you do with Auto Filter

"Bob Flanagan" wrote:

Many thanks. Doing Data, Filter, Show All displayed the rows. Strange....
I didn't see any filter set.

Bob

"Sheeloo" <="to" & CHAR(95) & "sheeloo" & CHAR(64) & "hotmail.com" wrote in
message ...
It might be due to Advance Filter... Have you tried to clear the filter?

If it does not work then try to change the row hight to a fixed value.

As a last resort, as you said, loop throught the rows and clear the hidden
setting...
"Bob Flanagan" wrote:

I have a number of rows in the middle of my data that are hidden and
whose
height is zero. I have selected the entire sheet and issued both manual
commands (Format, Row, Unhide or autofit) and the row stays hidden. I
have
done the same with vb code:

ActiveSheet.UsedRange.EntireRow.Hidden = False
ActiveSheet.UsedRange.EntireRow.AutoFit

and the rows stay hidden. The only way I have found to make a row
visible
is to specifically change the row's hidden property. For example:

Rows(663).Hidden = False

Obviously I can rotate through all the rows, but that is very
inefficient.
The worksheet is not protected. I can delete the rows any time I want.

Any idea why the first two commands above do not work? Using Excel 2003.

Bob






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Can't unhide rows

You won't on Advanced Filter, just on Autofilter.


Gord Dibben MS Excel MVP

On Mon, 26 Jan 2009 19:05:49 -0500, "Bob Flanagan"
wrote:

Many thanks. Doing Data, Filter, Show All displayed the rows. Strange....
I didn't see any filter set.

Bob

"Sheeloo" <="to" & CHAR(95) & "sheeloo" & CHAR(64) & "hotmail.com" wrote in
message ...
It might be due to Advance Filter... Have you tried to clear the filter?

If it does not work then try to change the row hight to a fixed value.

As a last resort, as you said, loop throught the rows and clear the hidden
setting...
"Bob Flanagan" wrote:

I have a number of rows in the middle of my data that are hidden and
whose
height is zero. I have selected the entire sheet and issued both manual
commands (Format, Row, Unhide or autofit) and the row stays hidden. I
have
done the same with vb code:

ActiveSheet.UsedRange.EntireRow.Hidden = False
ActiveSheet.UsedRange.EntireRow.AutoFit

and the rows stay hidden. The only way I have found to make a row
visible
is to specifically change the row's hidden property. For example:

Rows(663).Hidden = False

Obviously I can rotate through all the rows, but that is very
inefficient.
The worksheet is not protected. I can delete the rows any time I want.

Any idea why the first two commands above do not work? Using Excel 2003.

Bob





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unhide rows 1 - 9 W Wolfe[_3_] Excel Discussion (Misc queries) 3 July 13th 08 10:42 PM
unhide row does not unhide the hidden rows nikita Excel Worksheet Functions 4 May 24th 08 02:59 PM
unhide rows Wanna Learn Excel Discussion (Misc queries) 12 April 10th 07 02:16 PM
Can't unhide rows Rob Excel Discussion (Misc queries) 3 December 13th 05 11:46 PM
Unhide rows [email protected] Excel Discussion (Misc queries) 3 December 14th 04 05:28 PM


All times are GMT +1. The time now is 06:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"