I have this declaration:
Dim ws3 As Worksheet:   Set ws3 = Sheets("Shift 3")
And this command:
ws3.Rows("21:30").Select
    Selection.EntireRow.Hidden = True
But cant get it to work. Is my syntax correct?