Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default A macro that deletes all green triangle error indicators in wo

Thanks RyGuy.

Michael


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force Green triangle to appear FIRSTROUNDKO via OfficeKB.com Excel Discussion (Misc queries) 2 December 4th 09 03:02 PM
What is the little green triangle??? mscertified Excel Worksheet Functions 1 September 19th 07 06:39 PM
remove little green error triangle - how loop through to ignore er Rich Excel Programming 4 August 11th 07 03:01 AM
Green Triangle in Cell M. B. Collins Excel Discussion (Misc queries) 4 August 8th 06 01:46 AM
green triangle in date cell alexanderd[_6_] Excel Programming 1 May 17th 04 11:34 AM


All times are GMT +1. The time now is 06:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"