Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have always copied a range by using the select cell. But then I learned a really easy way to do this with Set Set Rng1 = Sheets("... Set Rng2 = Sheets("... Rng1.copy Rng2 Ok is there a way to do this but only paste the values? Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
rng1.copy
rng2.PasteSpecial xlpastevalues "Jeff" wrote: Hi, I have always copied a range by using the select cell. But then I learned a really easy way to do this with Set Set Rng1 = Sheets("... Set Rng2 = Sheets("... Rng1.copy Rng2 Ok is there a way to do this but only paste the values? Thanks for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rng2.Value = Rng1.Value
Gord Dibben MS Excel MVP On Mon, 20 Aug 2007 10:32:01 -0700, Jeff wrote: Hi, I have always copied a range by using the select cell. But then I learned a really easy way to do this with Set Set Rng1 = Sheets("... Set Rng2 = Sheets("... Rng1.copy Rng2 Ok is there a way to do this but only paste the values? Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & Paste Special Macro | Excel Discussion (Misc queries) | |||
Copy / Paste Special / Values for a whole spreadsheet ? | Excel Discussion (Misc queries) | |||
Copy and paste special - values into new excel file | Excel Discussion (Misc queries) | |||
Copy Paste Special Macro | Excel Discussion (Misc queries) | |||
Keyboard shortcut for "copy paste special values?" | Excel Discussion (Misc queries) |