Hi, I'm looking for a macro code which autosaves excel file once a day while it's open. I have found a code which would suit me but doesn't always work, maybe somebody could help me ?
Code:
Option Explicit
Private Sub Workbook_Open()
AutoSave 'Start Autosaving
End Sub
Private Sub...