Greetings,
I am receiving the error "Object doesn't support this property or method" on the line below
TA.ws.Range("A1").Select
This line exists within the code below
For Each ws In PA.Worksheets
A = ws.Cells(Rows.Count, "A").End(xlUp).Row
Do Until A = 2
If Cells(A...