This Access Excel VBA tutorial explains how to copy workbook or file.
You may also want to read:
FSO File Methods
Worksheets.Copy Method to copy worksheet
Access Excel VBA copy workbook or file
There are two common ways to copy workbook or file
FSO.CopyFile Method
FileCopy Function
I have explained how to use different FSO Methods in my previous post, click to see more details.
Using FSO.CopyFile Method to copy workbook
You should be able to run FSO in Excel 2013. If you fa...
Read More