Hi there,
When I run this code I get the compile error "next without for" and I can't figure out why
Sub Find_Class_A1_then_Hide()
Application.ScreenUpdating = False
Dim r, Lastrow, cLastrow, tRow As Long
Lastrow = Cells(Rows.Count, "A").End(xlUp).Row
For r = 1 To Lastrow
cLastrow = Cells(r...