J
jim
I have the following code to auto close the workbook, but it does not work.
Any suggestions? Thanks for any assistance.
Sub Auto_Close()
'
' Auto_Close Macro
'
With ActiveWorkbook
.RunAutoMacros xlAutoClose
.Close
End With
'
End Sub
Any suggestions? Thanks for any assistance.
Sub Auto_Close()
'
' Auto_Close Macro
'
With ActiveWorkbook
.RunAutoMacros xlAutoClose
.Close
End With
'
End Sub