C
cathy
I have a data validation list in cell $E$30 of either "0" or "1".
If the user selects "0" I want to hide rows 144 - 238.
If the user selects "1" I want rows 144-238 to appear.
I tried the following code - but it didn't seem to work. Any help is
appreciated.
Private Sub Worksheet_Change(ByVal Target As Range)
If the user selects "0" I want to hide rows 144 - 238.
If the user selects "1" I want rows 144-238 to appear.
I tried the following code - but it didn't seem to work. Any help is
appreciated.
Private Sub Worksheet_Change(ByVal Target As Range)