Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Fixed!
I just had to do Workbooks.Open "Archivefile.xls" set rng = Workbooks("Archivefile").Sheets("Archive") _ .Cells(Rows.Count, 1).End(xlUp)(2).Offset(3, 0) Works just like I wanted it to. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy/paste from one workbook to another | Excel Discussion (Misc queries) | |||
Macro to paste worksheets in another workbook | Excel Discussion (Misc queries) | |||
macro to copy and paste into another workbook | Excel Discussion (Misc queries) | |||
copy multiple worksheets of a workbook, and paste onto a Word document ( either create new doc file or paste onto an existing file.) I need this done by VBA, Excel Macro | Excel Programming | |||
Need a macro to copy a range in one workbook and paste into another workbook | Excel Programming |