Discussion:
Disable messages
(too old to reply)
Igor G.
2010-02-15 09:15:01 UTC
Permalink
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
AlEdlund
2010-02-15 11:09:01 UTC
Permalink
consider setting document.saved = true before calling quit..
al
Post by Igor G.
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
Continue reading on narkive:
Loading...