Hello. In my sheet activate code, I have a series of rows hidden, as shown below.
Private Sub Worksheet_Activate()
Range("16:364").Select
Selection.EntireRow.Hidden = True
'Hides everything when the sheet opens
End Sub
I have check box controls that if a user clicks in a specific check box...