Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I am trying to copy cells from one sheet and paste in another using the below. The theory is that there is a new row in both sheet 1 and 2 each day and each day I want it to find the last row in sheet 1, copy the data in cells B-M into the last row in sheet 2, columns F-Q. However it keeps erroring! Does anyone have any ideas what I'm doing wrong???? Sheets("Sheet1").Select Cells(Rows.Count, "A").End(xlUp).Select Intersect(ActiveCell.EntireRow, Range("B:M")).Copy Sheets("Sheet2").Select Cells(Rows.Count, "C").End(xlUp).Select Intersect(ActiveCell.EntireRow, Range("F:Q")).Paste Thanks in advance for any help -- James. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help Taking alot data from one sheet (if not blank) and copying toa list on another sheet. | Excel Worksheet Functions | |||
Copying specific data from Sheet 1 to Sheet 2 | Excel Programming | |||
Copying the repeated data of the previous sheet to the next sheet | Excel Discussion (Misc queries) | |||
Copying Data from one sheet to another sheet on a specific day | Excel Worksheet Functions | |||
2 questions, copying data from sheet to sheet and assigning macro | Excel Worksheet Functions |