Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you're pasting values, maybe you could just assign the value.
cells(2,2).value = cells(1,1).value Gary''s Student wrote: I can copy/paste with one line of code: Sub ccz1() Cells(1, 1).Copy Cells(2, 2) End Sub but when I want to copy/pastespecial I use two: Sub ccz2() Cells(1, 1).Copy Cells(2, 2).PasteSpecial Paste:=xlPasteValues End Sub Is there a syntax which performs copy/pastespecial with only one line? -- Gary's Student -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cut, Copy, Paste, PasteSpecial grayed out. | Excel Discussion (Misc queries) | |||
PasteSpecial | Excel Programming | |||
paste negative time with PasteSpecial | Excel Programming | |||
PasteSpecial Paste:=ColumnWidths | Excel Programming | |||
pastespecial | Excel Programming |