Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to make the following procedure dynamic. Also there are blank
cells in both column E and column F that need to be skipped over for the procedure to finish its job. Help greatly appreciated. From a user standpoint is it easier to activate this from a button? Sub HideRows() On Error Resume Next With Range("E10:F222") ..EntireRow.Hidden = False For i = 1 To .Rows.Count If WorksheetFunction.Sum(.Rows(i)) = 0 Then ..Rows(i).EntireRow.Hidden = True End If Next i End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hiding unused categories in charts | Excel Discussion (Misc queries) | |||
Hiding unused columns | Excel Programming | |||
Having a floating row or hiding unused rows? | Excel Programming | |||
After hiding unused columns to the right, border on right disappea | Excel Discussion (Misc queries) | |||
remove unused Rows (with 0 qty) | Excel Programming |