Enable Warnings

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

I've got a lot of code running in my workbook and have noticed that when I
exit files after making changes, excel doesn't promt to save.

What's the syntax to enable warnings?
 
Warnings should be enabled by default - perhaps you're turning them off in
your code?

anyway:

application.displayalerts=true

should work.

Tim
 
Application.DisplayAlerts = True

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top