+ Reply to Thread
Results 1 to 7 of 7

how to Ignore formula Error Checking?

Hybrid View

  1. #1
    Forum Expert Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    365
    Posts
    1,256
    Strange.... I opened your workbook, changed the cell D2 to 2008 per your instruction and then the "green triangle" appeared in cell B2. Then I ran the code I supplied previously and the error disappeared as suggested....

    Sub foo()
        Dim rngCell As Range
        
        Set rngCell = Worksheets("Sheet1").Range("B2")
        rngCell.Errors(xlOmittedCells).Ignore = True
        
    End Sub
    I suppose this could feasibly be an Excel version discrepancy... I am using Excel XP.

    Colin
    Last edited by Colin Legg; 07-18-2008 at 02:07 PM.

  2. #2
    Forum Contributor
    Join Date
    08-09-2005
    MS-Off Ver
    2003 & 2007
    Posts
    111
    Aha. I see my mistake. Fixed. Thank you!

+ 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