Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub hiderowifcolempty()
For i = Cells(Rows.Count, "b").End(xlUp).Row To 1 Step -1 If Len(Application.Trim(Cells(i, "b"))) < 1 Then _ Rows(i).Hidden = True Next i End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Christine" wrote in message ... I would be grateful if someone could provide me with code that will hide a line when a particular cell (e.g. B) is empty. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I automatically hide empty columns in Excel? | Excel Discussion (Misc queries) | |||
Is there a way to automatically hide empty rows? | Excel Worksheet Functions | |||
Hide Empty Rows When Printing | Excel Worksheet Functions | |||
Hide empty field error | Excel Worksheet Functions | |||
Format to hide empty rows | Excel Discussion (Misc queries) |