View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Graham Whitehead Graham Whitehead is offline
external usenet poster
 
Posts: 72
Default Supress Informational Error Messages

could be as easy as: Application.DisplayAlerts = False

"JOUIOUI" wrote in message
...
I have used the SetWarnings = False in Access, but how would I supress the
informational error messages with VBA in Excel. I would like to put the
code
in each of my macros since my users "freak out" when the soft edits
appear.

I appreciate your help, thanks