Cant fix this Range.cut error. @ Sheet5.Range(Rows(i), Rows(i + 4)).Cut Sheet61.Range(Rows(i)) Any help appreciated.
Dim i As Long
Dim maxRow As Long
maxRow = 120
For i = 20 To maxRow Step 19
Sheet5.Range(Rows(i), Rows(i + 4)).Cut Sheet61.Range(Rows(i))
next i
nextis confusing it)