Warning Messages

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
 
G

Gord Dibben

Art

What kind of warning messages?

There are many types and many methods to use.

More specifics, please.

Gord Dibben Excel MVP
 
M

mudraker

To Turn Off

Application.DisplayAlerts = False

To turn on
Application.DisplayAlerts = True
 
Top