Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50199

copy paste with formatting bypassing clipboard

$
0
0
hi
i started to use this method of copy paste
Code:

Selection.Copy Destination:=Workbooks(SupplierKPIFile).Sheets("By State By Dept").Range("A4")
rather than

Code:

Selection.Copy
Workbooks(KPIFile).Activate
Range("A701").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False

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

Viewing all articles
Browse latest Browse all 50199

Trending Articles