Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2002, WinXP
In VBA: I have a cell below which are sequential X number of hidden rows. I need to find that number (X) so that I can unhide those rows. I know that I can loop through the rows below the cell and check if the row is hidden (and unhide it) until I arrive at one row that is not hidden. My question is: Is there a better way to determine the number of sequential hidden rows below a given cell? Thanks for your help. Otto |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know of any better way. There is no direct way to "find next
non-hidden cell" or anything like that. -- - K Dales "Otto Moehrbach" wrote: Excel 2002, WinXP In VBA: I have a cell below which are sequential X number of hidden rows. I need to find that number (X) so that I can unhide those rows. I know that I can loop through the rows below the cell and check if the row is hidden (and unhide it) until I arrive at one row that is not hidden. My question is: Is there a better way to determine the number of sequential hidden rows below a given cell? Thanks for your help. Otto |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for that. I wrote the code to loop through the rows and it wasn't as
bad as I thought it would be. Otto "K Dales" wrote in message ... I don't know of any better way. There is no direct way to "find next non-hidden cell" or anything like that. -- - K Dales "Otto Moehrbach" wrote: Excel 2002, WinXP In VBA: I have a cell below which are sequential X number of hidden rows. I need to find that number (X) so that I can unhide those rows. I know that I can loop through the rows below the cell and check if the row is hidden (and unhide it) until I arrive at one row that is not hidden. My question is: Is there a better way to determine the number of sequential hidden rows below a given cell? Thanks for your help. Otto |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
opening a group but keep hidden rows hidden | Excel Discussion (Misc queries) | |||
Hidden rows columns won't stay hidden | Excel Worksheet Functions | |||
Formula or Code to keep Hidden Rows Hidden | Excel Worksheet Functions | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th | Excel Discussion (Misc queries) |