Does anyone know how to copy a file from one location to another using VBA? I'm not sure what the "filesystemobject" is all about.
Printable View
Does anyone know how to copy a file from one location to another using VBA? I'm not sure what the "filesystemobject" is all about.
VB/VBA has the FileCopy method.
I always try to stay away from the FSO object. You always need
to distribute another .dll file for the reference.