Thread
:
Macro to paste in another workbook
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jon[_21_]
external usenet poster
Posts: 37
Macro to paste in another workbook
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.
Reply With Quote
Jon[_21_]
View Public Profile
Find all posts by Jon[_21_]