Hi
I'm trying to copy data between workbooks, but i'm getting an 1004 run time error, on the range object that i'm using viz.
Workbooks("Origin.xlsx").Worksheets("Data").Range(Cells(1, 1), Cells(lastrow, lastcol)).Copy Workbooks("Destination.xlsx").Worksheets("Copy").Range("A1")
Please help,
Thanx
I'm trying to copy data between workbooks, but i'm getting an 1004 run time error, on the range object that i'm using viz.
Workbooks("Origin.xlsx").Worksheets("Data").Range(Cells(1, 1), Cells(lastrow, lastcol)).Copy Workbooks("Destination.xlsx").Worksheets("Copy").Range("A1")
Please help,
Thanx