All the sudden, I'm getting: Data type mismatch. Worked before and I can't figure out what I did to cause it.
For i = 4 To 300
If Range("I" & i) = 0 Then
Range("I" & i).EntireRow.Hidden = True
Else
Range("I" & i).EntireRow.Hidden = False
End If
Next i
For i = 4 To 300
If Range("I" & i) = 0 Then
Range("I" & i).EntireRow.Hidden = True
Else
Range("I" & i).EntireRow.Hidden = False
End If
Next i