Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hannes,
Like this? For i = 1 to 100 If cells(i,"H").Value = "" then cels(i,"H").entirerow.visible = false End if Next i -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Hannes Heckner" wrote in message ... I want to define a row range in which a row is hidden when a certain cell in this row is empty. any suggestions? Best regards Hannes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
applying conditional formatting to emtpy cells in a spreadsheet | Excel Discussion (Misc queries) | |||
How can I change the size of a cell and hide what is in the cell? | Excel Worksheet Functions | |||
auto-hide rows, cell format (# and @), update cell refs, shade cel | Excel Discussion (Misc queries) | |||
Hide cell values based on a condition in another cell | Excel Worksheet Functions | |||
Active Hide Emtpy Cells | Excel Discussion (Misc queries) |