B
Barb Reinhardt
I want to create a macro to move files from one server to another.
Basically, I'd want to move anything that has a .XXX at the end. I want to
move the files as listed in the active workbook and determine the number of
files to move based on the info stored in column A.
For i = 2 To Cells(Rows.Count, "A").End(xlUp).row
Next i
The directory location is stored in column B of my workbook.
(Y:\abc\file.xxx)
Can someone assist?
Thanks,
Barb Reinhardt
Basically, I'd want to move anything that has a .XXX at the end. I want to
move the files as listed in the active workbook and determine the number of
files to move based on the info stored in column A.
For i = 2 To Cells(Rows.Count, "A").End(xlUp).row
Next i
The directory location is stored in column B of my workbook.
(Y:\abc\file.xxx)
Can someone assist?
Thanks,
Barb Reinhardt