Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to copy and (Special) paste and am trying to work out if there is a better way of doing this. I understand that if you want to copy and paste a cell then it is faster to specify the destination in the same line and avoid actually selecting the cells at all (like this): Range("A1").Copy Destination:=Range("A2") I have this at present (which pretty much came from the macro recorder): Range("A1").Copy Range("A2").PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Is this the fastest way for doing a special paste for one cell? I would have thought that there would be arguments (is that the right word?) that I could specify to the first one so that I don't actually have to select the range that I want to paste into. Any help is greatly appreciated. Best Regards, CalumMurdo Kennedy www.taekwondo.freeserve.co.uk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What would be the most effective way to do this? | Excel Worksheet Functions | |||
Make your chart more effective | Charts and Charting in Excel | |||
More effective than DAYS360? | Excel Worksheet Functions | |||
Effective Rate of Return | Excel Discussion (Misc queries) | |||
pastespecial | Excel Programming |