Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unhide rows 1 - 9 | Excel Discussion (Misc queries) | |||
unhide row does not unhide the hidden rows | Excel Worksheet Functions | |||
unhide rows | Excel Discussion (Misc queries) | |||
Can't unhide rows | Excel Discussion (Misc queries) | |||
Unhide rows | Excel Discussion (Misc queries) |