Hi,
is there a way to copy files in a folder and paste them to a new folder in vba?
thanks
jon
Hi,
is there a way to copy files in a folder and paste them to a new folder in vba?
thanks
jon
Please familiarise yourself with the rules before posting. You can find them here.
Name moves files; I think you want
![]()
FileCopy "C:\srcPath\srcFile", "C:\destPath\destFile"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks