I am trying to make certain objects hide automatically based on the number typed into a cell. I thought I was doing okay, but the second part of my code doesn't seem to be functioning.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address(False, False) = "A12" Then...