A macro that deletes all green triangle error indicators in workbook

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
 
R

Rob

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
 
M

MichaelRLanier

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top