LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Copying values from one Workbook to Another

Hi Tom,

Lol. Thank you for pointing out my error Tom!

I had thought I erred with assigning the sheet object. But the error was a
simple "s".

Again, thank you!

Best regards,
Kevin


Tom Ogilvy wrote in message ...
The value property doesn't have an "s" on the end

oCurrentSheet.Range("DestRange").Values =
oSourceSheet.Range("MySourceRange").Values

should be

oCurrentSheet.Range("DestRange").Value =
oSourceSheet.Range("MySourceRange").Value



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copying workbook formating to a differnent workbook Roger Excel Worksheet Functions 0 October 30th 09 05:27 PM
Copying Formulas from Workbook to Workbook Rupert[_2_] Excel Discussion (Misc queries) 3 June 4th 07 03:44 PM
formula for copying values from one workbook to another ClareNaish Excel Worksheet Functions 1 October 3rd 06 03:07 PM
Copying A Worksheet From Each Open Workbook to an new Workbook carl Excel Worksheet Functions 1 January 3rd 06 05:37 PM
copying values form one workbook to other dreamer[_20_] Excel Programming 0 July 9th 04 10:57 AM


All times are GMT +1. The time now is 11:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"