Hi Guys, I get an invalid Next control variable reference for the below code, please advise
Sub TRP()
Dim X As Long
Dim Y As Long
For X = 1 To 32
For Y = 1 To 32
With Workbooks("TB.xlsx").Worksheets("XM").Range(Cells(112, X + 2), Cells(112, X + 4)).Copy
End With
With...