Turn off all error messages in Excel

  • Thread starter Thread starter Igor G.
  • Start date Start date
I

Igor G.

How to turn off all error messages in Excel?
I have occasionally problems with broken links to database (pop-up messages).
I try with Application.DisplayAlerts:= False
Thanks!
 
Hi,

The correct syntax is

Application.DisplayAlerts = False

Note there is no colon
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
Back
Top