I'm trying to copy a set of files from one folder to another. I'm doing this locally for now, but in production this will be from the network to a local folder.
The code I am using is:
'Copy working files
fso.CopyFile src, dst, True
If Err Then
errorMsg = "Unable to copy working...