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 / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Paste Special

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sandy - 26 Feb 2008 20:19 GMT
I have the following code (courtesy of this newsgroup) which works fine
other than it copies the formulas, rather than the values, - which are what
I require.
I am sure it needs the equivalent of paste special but I don't know how to
achieve that.

"Set SourceRange = Sheets("RecordOfRoundsDetailed").Range("A45:FK45")

   Set DestSheet = Sheets("RecordOfRoundsDetailed")

   Lr = LastRow(DestSheet)

   Set DestRange = DestSheet.Range("A" & Lr + 1)

   SourceRange.Copy DestRange"

All help appreciated.
Sandy
Ron de Bruin - 26 Feb 2008 20:24 GMT
See the example code on this page
http://www.rondebruin.nl/copy1.htm

Signature

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm

>I have the following code (courtesy of this newsgroup) which works fine
> other than it copies the formulas, rather than the values, - which are what
[quoted text clipped - 14 lines]
> All help appreciated.
> Sandy
Sandy - 26 Feb 2008 20:44 GMT
Thanks Ron perfect for my particular case.
Sandy

> See the example code on this page
> http://www.rondebruin.nl/copy1.htm
[quoted text clipped - 17 lines]
>> All help appreciated.
>> Sandy
 
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.