S Oberlander
Board Regular
- Joined
- Nov 25, 2020
- Messages
- 156
- Office Version
- 365
- Platform
- Windows
I'm using this for a while, it saves the unedited file as a backup to the server. Now it just saves to the local documents folder and I can't figure out why.
VBA Code:
ChDir "R:\Monthly Reports\Plus\Unedited"
ActiveWorkbook.SaveAs Format(Date, "m-d-yyyy"), FileFormat:=50, CreateBackup:=False