Highlight the data in the column
and run the following macro
Sub hidrow()
Dim currentcell As Object
For Each currentcell In Selection
If currentcell.Value = 0 Then
currentcell.EntireRow.Hidden = True
End If
Next currentcell
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.