J
JIM.H.
Hello,
I use the following line in a loop in my code to copy
values from a sheet to another.
Sheets(desSheetName).Cells(curDesRow, 1).Value = Sheets
(srcSheetName).Cells(curSrcRow, 1).Value
This is working in the same file, can I do the same thing
in two different file? Or is ther any other way?
Thanks,
Jim.
I use the following line in a loop in my code to copy
values from a sheet to another.
Sheets(desSheetName).Cells(curDesRow, 1).Value = Sheets
(srcSheetName).Cells(curSrcRow, 1).Value
This is working in the same file, can I do the same thing
in two different file? Or is ther any other way?
Thanks,
Jim.