P
Paul Ponzelli
I would like to use VBA to copy a file from one directory to another.
Assuming the parameters are:
filename: myFile.xls
source directory: P:\folder1\
target directory: Q:\folder2\
overwrite existing file without asking
How can I do this in VBA?
Thanks in advance,
Paul
Assuming the parameters are:
filename: myFile.xls
source directory: P:\folder1\
target directory: Q:\folder2\
overwrite existing file without asking
How can I do this in VBA?
Thanks in advance,
Paul