Warning Messages

  • Thread starter Thread starter Art
  • Start date Start date
A

Art

Hello:

How does one set warning messages on and off in Excel? Is
there a built-in function for this?

Thanks in advance for your help

Art
 
Art

What kind of warning messages?

There are many types and many methods to use.

More specifics, please.

Gord Dibben Excel MVP
 
To Turn Off

Application.DisplayAlerts = False

To turn on
Application.DisplayAlerts = True
 

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