Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks RyGuy.
Michael |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Force Green triangle to appear | Excel Discussion (Misc queries) | |||
What is the little green triangle??? | Excel Worksheet Functions | |||
remove little green error triangle - how loop through to ignore er | Excel Programming | |||
Green Triangle in Cell | Excel Discussion (Misc queries) | |||
green triangle in date cell | Excel Programming |