A macro that deletes all green triangle error indicators in workbook

  • Thread starter Thread starter MichaelRLanier
  • Start date Start date
M

MichaelRLanier

I have a file that when it is opened in some computers, tends to show
the green triangle error indicator. Is there a macro that will
disable this feature whenever my file is opened, regardless of the
computer running it? Thanks in advance.

Michael
 
I have a file that when it is opened in some computers, tends to show
the green triangle error indicator. Is there a macro that will
disable this feature whenever my file is opened, regardless of the
computer running it? Thanks in advance.

Michael

Application.ErrorCheckingOptions.BackgroundChecking = False
 
Thanks Rob for responding. Unfortunately, as a novice, I don't know
how to write the macro you are suggesting. Is it possible you do the
honors? Thanks.

Michael
 
Back
Top