Igor G.
2010-02-15 09:15:01 UTC
How to disable Save changes (or error) messages before Quit?
I try with code Application.DisplayAlerts = False
Object doesn't support this property or method.
Thanks!
Sub Izlaz()
'Application.DisplayAlerts = False
Application.Quit
End Sub
I try with code Application.DisplayAlerts = False
Object doesn't support this property or method.
Thanks!
Sub Izlaz()
'Application.DisplayAlerts = False
Application.Quit
End Sub