Hi - I have this code in the sheet tab and it executes on a worksheet change. I'm assuming there is a much easier way to do this? Sheets are labeled by their codenames.
Thanks!
If Not Intersect(Target, Range("A3")) Is Nothing Then Rows.Hidden = False
Select Case Target.Value...