raccoon588
Board Regular
- Joined
- Aug 5, 2016
- Messages
- 118
I have a file that saves everyday at 1am. It is locates on a network drive in a specific folder. I cant figure out why it saves to the drive and saves to the local PCs documents.
Code:
Sub sveWrkBk()
Application.DisplayAlerts = False
ActiveWorkbook.Save
Application.OnTime TimeValue("01:00:00"), "sveWrkBk"
Application.DisplayAlerts = True
End Sub
Last edited by a moderator: