tintin1012000
Board Regular
- Joined
- Apr 27, 2011
- Messages
- 237
i need to run this macro in a protected sheet, I have found some solutions online but cant get them to work
macro is
Sub HideRows()
dim i As Long
For i = 3 To 168
Rows(i).Hidden = Range("V" & i).Value = 0 And Range("a" & i).Value = 0
Next i
End Sub
password to unprotect the sheet is rangerover
macro is
Sub HideRows()
dim i As Long
For i = 3 To 168
Rows(i).Hidden = Range("V" & i).Value = 0 And Range("a" & i).Value = 0
Next i
End Sub
password to unprotect the sheet is rangerover
Last edited: