Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is "ArchLastRow" out of interest? How does excel know what it is?
"Joel" wrote: I had sheet2 instead of Archive in one place in the code With Sheets("Archive") ArchLastRow = .Range("A" & Rows.Count).End(xlUp).Row End With With Sheets("InputData") InLastRow = .Range("A" & Rows.Count).End(xlUp).Row .Rows("2:" & InLastRow).Copy _ Destination:=Sheets("Archive").Rows(ArchLastRow + 1) End With "access user" wrote: Hi I would like to copy data input rows from sheet InputData to another sheet called Archive. The data is from rows 2 onwards (row 1 is header info). On the archive sheet the data should get appended to the first blank row. Can someone help me with a macro for this? thanks James |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Archive Data with Excel files | Excel Discussion (Misc queries) | |||
input or copy data | Excel Worksheet Functions | |||
How to avoid a copy of an unprotected archive? | Setting up and Configuration of Excel | |||
Copy cell data from workbook based on user input | Excel Programming | |||
Copy & Paste to an Archive | Excel Programming |