+ Reply to Thread
Results 1 to 7 of 7

Remove Green Error Arrows

  1. #1
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Remove Green Error Arrows

    How to Remove the Green Error Arrows for an Entire Sheet with VBA


    Dear Forum,

    While making copies of SHeets as Values and keeping the formats, I am getting some cells with those irritating green arrows showing some errors when a Number is stored as Text...

    It will be quite cumbersome to manually edit or Ignore each cell?

    Is there a way of Programmatically Ignoring these errors by a VBA code where I can provide Range or the entire Sheet..

    Warm Regards
    e4excel
    Last edited by e4excel; 04-17-2011 at 03:08 PM.

  2. #2
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: How to Remove the Green Error Arrows for an Entire Sheet with VBA

    Please Login or Register  to view this content.
    will clear the numbers as text flag from every workbook and make no more.
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  3. #3
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Re: How to Remove the Green Error Arrows for an Entire Sheet with VBA

    This works too...

    Thanks a lot Mike...

    Just have to add this line of the code in the loop while the New WorkBook is being created and what about the Parent WorkSheet ? If I have to ignore these Errors in the PArent WorkSheet where do I add the code?

    Warm Regards
    e4excel

  4. #4
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: How to Remove the Green Error Arrows for an Entire Sheet with VBA

    The error triangles are an application level occurance. If they are on for one worksheet, they are on for all workbooks. If off for one, off for all.

  5. #5
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Re: How to Remove the Green Error Arrows for an Entire Sheet with VBA

    Thanks Mike..

    I thought as much after Adding the code all the Arrows irrepective of the Parent _ Child Sheets Dissappeared..

    Thanks a lot...

    Just wanted to confirm as did not know for sure..!

    Warm Regards
    E4excel

  6. #6
    Registered User
    Join Date
    10-13-2011
    Location
    Jozi, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    93

    Re: How to Remove the Green Error Arrows for an Entire Sheet with VBA

    Great tip.

  7. #7
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Re: Remove Green Error Arrows

    Dear Mods,

    I am unable to mark this as SOLVED as no option available..
    Kindly Mark it ..

    Warm regards
    e4excel

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1