C
Clarke
I need this to run automatically every specified amount of time, but this
code isn't working...
Public Sub AutoDelay()
Application.OnTime When:=Now + TimeValue("00:05:00"),
Name:="AutoSave"
End Sub
Public Sub AutoSave()
ActiveDocument.Save
End Sub
If you have a better suggestion, please post it. Thanks!
code isn't working...
Public Sub AutoDelay()
Application.OnTime When:=Now + TimeValue("00:05:00"),
Name:="AutoSave"
End Sub
Public Sub AutoSave()
ActiveDocument.Save
End Sub
If you have a better suggestion, please post it. Thanks!