Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good evening,
Need some help to clean up the recorded macro below. Sheet1 is the ActiveSheet. Trying to paste the values of Range("A1:A10") to Sheet2. Cant find out the right syntax. Thankful for any hints. Brgds CG Rosén --------------------------------------------------------------------- Sheets("Sheet1").Select Range("A1:A10").Select Selection.Copy Sheets("Sheet2").Select Range("A1").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vba pastespecial | Excel Programming | |||
PasteSpecial problem | Excel Programming | |||
A More Effective Way of Using PasteSpecial? | Excel Programming | |||
PasteSpecial:VBA vs right click | Excel Programming | |||
pastespecial | Excel Programming |