Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Aug 6, 5:05 pm, Dave Peterson wrote:
Sheets("TableData").Range("A" & k).Copy Sheets("Sheet2").Range("A" & j).pastespecial paste:=xlpastevalues or just assign the value Sheets("Sheet2").Range("A" & j).value _ = Sheets("TableData").Range("A" & k).value Chris wrote: I have the following code and I want to paste it as values. Sheets("TableData").Range("A" & k).Copy Destination:=Sheets("Sheet2").Range("A" & j) (k and j are variables.) -- Dave Peterson Thanks! Your second method gets the job done. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste Special - Values | Excel Worksheet Functions | |||
paste special values | Excel Worksheet Functions | |||
paste special (values) | Excel Worksheet Functions | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming | |||
Paste special values | Excel Programming |