![]() |
A macro that deletes all green triangle error indicators in workbook
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 |
A macro that deletes all green triangle error indicators inworkbook
On Apr 24, 5:44 pm, wrote:
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.BackgroundCheckin g = False |
A macro that deletes all green triangle error indicators inworkbook
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 |
A macro that deletes all green triangle error indicators in wo
See this:
http://www.anthony-vba.kefra.com/vba...ur_First_Macro Sub EliminateGreenTriangles() Application.ErrorCheckingOptions.BackgroundCheckin g = False End Sub Regards, Ryan-- -- RyGuy " wrote: 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 |
A macro that deletes all green triangle error indicators in wo
Thanks RyGuy.
Michael |
All times are GMT +1. The time now is 06:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com