I am trying to copy an entire unopened workbook located at one file path, rename it and save it to a new directory... I am having issues with the renaming and saving, here i
Why not just use:
FileCopy(ToolFilePath,DestFilePath)
No need to open it.
You can also use the NAME method if you do not wish to retain the original file.
Name ToolFilePath As DestFilePath