Hello all,
I am trying to do a worksheet change code, but can't quite get it right.
Private Sub Worksheet_Change(ByVal Target As Range) If H16 < -10 Then
Columns("I:I").Hidden = False
End If
End Sub
What I am trying to do is, when the value of H16 is changed, and it is less...