FranktheBank
Member
Hi,
I am trying to take cells in Columns "I" to "M" in a variable row (lngI) and move them to Columns "N" to "R" in the row above (lngI-1).
Somewhere I'm going wrong, can anyone see my error??
Thanks
I am trying to take cells in Columns "I" to "M" in a variable row (lngI) and move them to Columns "N" to "R" in the row above (lngI-1).
Somewhere I'm going wrong, can anyone see my error??
Thanks
Code:
If Left(Cells(lngI, 8), 5) = "BASIC" Then Cells("I" & lngI & ":" & "M" & lngI).Copy Cells.Offset(-1, 13)