I am trying to use vba to archive a file, however the name of the file is new each day, In-flight_40609.pdf.
The problem is that using "FileCopy source, dest" errors since the destination does not exist before I try to copy it. How can I get around this?
Thanks!
The problem is that using "FileCopy source, dest" errors since the destination does not exist before I try to copy it. How can I get around this?
Thanks!