Sub auto()'
' auto Macro
'
' Keyboard Shortcut: Ctrl+j
'
With ActiveWorkbook
.Parent.AutoRecover.Enabled = True
.Parent.AutoRecover.Time = 10
.EnableAutoRecover = True
.RefreshAll
End With
End Sub
tags even for short macros. Thanks.