DougRobertson
Active Member
- Joined
- Sep 22, 2009
- Messages
- 334
- Office Version
- 365
- Platform
- Windows
Okay, I'm skunked!
I've tried the following code to MOVE an Excel file, and it works well:
Name "C:\FILE.xlsx" As "C:\FOLDER 1\FILE.xlsx"
However if a file by that name already exist there, I get an error. If I precede that code with:
Application.DisplayAlerts = False
it still won't let me OVERWRITE the old file.
Thanks for the help,
~ Doug
I've tried the following code to MOVE an Excel file, and it works well:
Name "C:\FILE.xlsx" As "C:\FOLDER 1\FILE.xlsx"
However if a file by that name already exist there, I get an error. If I precede that code with:
Application.DisplayAlerts = False
it still won't let me OVERWRITE the old file.
Thanks for the help,
~ Doug