View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Turn off all error messages in Excel

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.


"Igor G." wrote:

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!