View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Supress Informational Error Messages

possibly

Application.DisplayAlerts = False

--
Regards,
Tom Ogilvy


"JOUIOUI" wrote:

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