PC Review


Reply
Thread Tools Rate Thread

Can anyone tell me the proper code to copy a range...

 
 
Tim Williams
Guest
Posts: n/a
 
      13th Mar 2007
dim s as worksheet
set s=thisworkbook.sheets("othersheet")

thisworkbook.Range("A2:M2").copy _
s.cells(s.rows.count,1).end(xlup).offset(1,0)


--
Tim Williams
Palo Alto, CA


"Steel Works, Inc." <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Can anyone tell me the proper code to copy a range in one worksheet to the
> first available empty row in another worksheet? Thanks!
>
> CB
>
>



 
Reply With Quote
 
 
 
 
Steel Works, Inc.
Guest
Posts: n/a
 
      13th Mar 2007
Can anyone tell me the proper code to copy a range in one worksheet to the
first available empty row in another worksheet? Thanks!

CB


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
code to copy range smith82 Microsoft Excel Worksheet Functions 1 2nd May 2010 02:27 PM
RE: Proper syntax for selecting a range using cells instead of range arjen van... Microsoft Excel Programming 0 22nd Jul 2009 06:23 AM
Re: Proper syntax for selecting a range using cells instead of range Per Jessen Microsoft Excel Programming 0 22nd Jul 2009 06:15 AM
RE: copy range code Mike H Microsoft Excel Programming 3 8th Dec 2008 12:46 PM
Code to copy range vs Copy Entire Worksheet - can't figure it out Mike Taylor Microsoft Excel Programming 1 15th Apr 2004 08:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:26 PM.