Sub SaveMe() Application.DisplayAlerts = False ActiveDocument.Save Application.DisplayAlerts = True Application.OnTime Now + TimeValue("00:05:00"), "SaveMe" MsgBox "Saved" End Sub