Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried this yesterday and got answers which, unfortunately, did not satisfy
my need. Thank you for your help, though. Let me try and explain a little better. I am trying to create a loop, where as many rows as I want will hide if, for example, column b in the row above is empty. this is my code for one line. Dim rng As Range Set rng = Me.Range("b142:b186") If Not Intersect(rng, Target) Is Nothing Then Rows(143).EntireRow.Hidden = IsEmpty(rng.Value) End If I am thinking that I need a variable and a +1 or a -1 for each row, but can not come up with anything. Anyone? Thanks again for your help yesterday. Darren |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Slow VBA code....Hide/Unhide Loop | Excel Worksheet Functions | |||
Adding up range of cells exclude hide cells | Excel Programming | |||
Want to show/hide cells depending on other cells results | Excel Discussion (Misc queries) | |||
Hide row loop | Excel Programming | |||
How do I create an IF function to hide cells in column B IF cells. | Excel Programming |