One thing that didn't come to mind originally.
Going back to the dummy workbook, how could I add a piece of code that would allow two changes to come from one case.
IE:
And, it would also hide Row 12.![]()
If Target.Value = "a" Then Rows("18:30").Hidden = True Else Rows("18:30").Hidden = False End If
Bookmarks