Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default update sheet with data at bottom of present data

I have 2 excel 2003 workbooks. Workbook one has 5 column with headings.
Workbook 2 has same five colums with headings. 2 gets updated every month
with data in A2:E5 (under the headings). I need this data range to go into
the workbook 1 at the bottom of the last entry. This is 4 rows and five
columns of data. I Need it to update only when called to update.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default update sheet with data at bottom of present data

On Mar 9, 9:42*pm, outrigger
wrote:
I have 2 excel 2003 workbooks. *Workbook one has 5 column with headings.. *
Workbook 2 has same five colums with headings. *2 gets updated every month
with data in A2:E5 (under the headings). *I need this data range to go into
the workbook 1 at the bottom of the last entry. *This is 4 rows and five
columns of data. *I Need it to update only when called to update.


something like this

Set ws1 = Sheet1
Set ws2 = Sheet2
lastrow = ws1.Cells(Rows.Count, 1).End(xlUp).Row + 1
ws2.Range("A2:E5").Copy
ws1.Range("A" & lastrow).PasteSpecial
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
Add data from other sheet to the data present in this sheet Nemo Excel Discussion (Misc queries) 1 January 29th 10 07:49 AM
Go back to update my data with my data entry sheet AnnaC Excel Programming 4 March 31st 09 01:42 AM
Update sheet one if data is not present. par4724 via OfficeKB.com Excel Programming 5 September 16th 08 06:50 PM
Delete all rows below my data to the bottom of the sheet Dan Winterton[_2_] Excel Programming 5 August 31st 06 03:30 PM
Go to last row of data and delete the rest to bottom of s/sheet Tempy Excel Programming 6 April 9th 04 12:33 PM


All times are GMT +1. The time now is 02:00 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"