You are on page 1of 1

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "$B$4" Then

Range("C4") = ""

End If

End Sub

You might also like