Disable messages

I

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top