Afternoon all,
Here's a piece of the code that I have:
LstRow = Cells(1, 1).End(xlDown).Row
Range("T2:T" & LstRow).Copy
Range("G2:G" & LstRow).PasteSpecial Paste:=xlPasteValuesAndNumberFormats, Operation:= _
xlNone, skipblanks:=False, Transpose:=False
Range("U2:U" &...