BIGTONE559
Active Member
- Joined
- Apr 20, 2011
- Messages
- 336
RE: .Copy Destination:= Paste Special?????
Greetings,
When copying data from one sheet to another i would like to just paste values.
i have the following line of code:
however, i'm confused about the syntax in regards to paste special. Is there a way to do so using destination or is there a more efficient way? if so how do you do it?
Thanks
Greetings,
When copying data from one sheet to another i would like to just paste values.
i have the following line of code:
Code:
Range(Cells(cell.Row, 1), Cells(cell.Row, 5)).Copy Destination:=Sheets("Summary").Cells(destrow, 15)
however, i'm confused about the syntax in regards to paste special. Is there a way to do so using destination or is there a more efficient way? if so how do you do it?
Thanks