Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / August 2007

Tip: Looking for answers? Try searching our database.

Copy range in macro using paste special values

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jeff - 20 Aug 2007 18:32 GMT
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
Duke Carey - 20 Aug 2007 19:52 GMT
rng1.copy
rng2.PasteSpecial xlpastevalues

> Hi,
>
[quoted text clipped - 9 lines]
>
> Thanks for your help
Gord Dibben - 20 Aug 2007 20:12 GMT
Rng2.Value = Rng1.Value

Gord Dibben  MS Excel MVP

>Hi,
>
[quoted text clipped - 9 lines]
>
>Thanks for your help
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.