M
Max
Sub CopynReNameFiles()
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx1.xls"
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx2.xls"
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx3.xls"
'etc etc
End Sub
How could the above sub be amended to loop through
& read-in/use all the destination file names, ie:
Dxx1
Dxx2
Dxx3
etc, etc
from the list of 100+ names
that's already placed in col A in the active sheet?
Thanks for insights
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx1.xls"
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx2.xls"
FileCopy "D:\Max\DBrT.xls", "D:\Max\DBrT\Dxx3.xls"
'etc etc
End Sub
How could the above sub be amended to loop through
& read-in/use all the destination file names, ie:
Dxx1
Dxx2
Dxx3
etc, etc
from the list of 100+ names
that's already placed in col A in the active sheet?
Thanks for insights