Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dan dan is offline
external usenet poster
 
Posts: 866
Default Copy/Paste question

Have data in one workbook and want to copy it to bottom of another workbook.
Below is the code I have:

Set VMM_Workbook_C = ActiveWorkbook
Rows("6:6").Select
Range(Selection, Selection.End(xlDown)).Copy

VMM_Workbook_B.Activate
Last_Row = Cells(Rows.Count, "A").End(xlUp).Row + 1

What would be the Paste command to insert the information at the "Last_Row"?

Thanks
Reply
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
copy and paste special question tweacle Excel Worksheet Functions 3 January 5th 07 11:24 PM
Question about copy/paste functions Kevin Excel Worksheet Functions 3 May 28th 06 07:22 PM
Question about Copy/Paste functions Kevin Excel Discussion (Misc queries) 4 May 28th 06 07:21 PM
Excel cut/Paste Problem: Year changes after data is copy and paste Asif Excel Discussion (Misc queries) 2 December 9th 05 05:16 PM
Copy Paste Question lcannon Excel Discussion (Misc queries) 1 June 14th 05 12:48 AM


All times are GMT +1. The time now is 10:12 PM.

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

About Us

"It's about Microsoft Excel"