Hello,
I have an issue with my auto-save macro on every 2minutes. It was working ok for couple of days, but now it is behaving odd.
Macro is as follows (in Module1):
Public dTime As DateSub MyMacro()
Dim fPath As String
Application.DisplayAlerts = False
dTime = Now + TimeValue("00:02:00")...