I am trying to hide cells that are in my array. I am new to VBA so I am having a little trouble. My code is below. Thanks in advance! My array is in columns E-S and the cells contain letters E-S in it.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$A$3" Then...