hi
i started to use this method of copy paste
rather than
the "copy Destination:=" doesnt keep the formatting. is there a way this can be done?
i want to bypass clipboard for speed, as there is alot of copying and pasting between the source data and templates
thanks
i started to use this method of copy paste
Code:
Selection.Copy Destination:=Workbooks(SupplierKPIFile).Sheets("By State By Dept").Range("A4")
Code:
Selection.Copy
Workbooks(KPIFile).Activate
Range("A701").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
i want to bypass clipboard for speed, as there is alot of copying and pasting between the source data and templates
thanks