+ Reply to Thread
Results 1 to 2 of 2

Error Checking Options - 2000-2003

  1. #1
    Registered User
    Join Date
    07-26-2006
    Posts
    3

    Error Checking Options - 2000-2003

    Hi All

    Wrote VBA code to disable the error-checking options (in Excel 2003);

    With Application.ErrorCheckingOptions
    .BackgroundChecking = False
    .EvaluateToError = False
    .TextDate = False
    .NumberAsText = False
    .InconsistentFormula = False
    .OmittedCells = False
    .UnlockedFormulaCells = False
    .EmptyCellReferences = False
    .ListDataValidation = False
    End With

    Works fine, BUT

    Sent to a colleague, using a different verison of excel, gives an error.
    Do the error checking options differ in 2002 and 2000? If so, what are the options available in these versions?? I tried long and hard to find the answer, I think 2002 has the same options, but cannot find anything for 2000

    Any help will be appreciated

  2. #2
    Gord Dibben
    Guest

    Re: Error Checking Options - 2000-2003

    Don't believe the error-checking feature was available for 2000 version.

    Never used 2000 but I am fairly positive EC was first introduced with 2002
    version.

    Definitly is available for 2002 and 2003.


    Gord Dibben MS Excel MVP



    On Fri, 11 Aug 2006 08:33:35 -0400, brianbishop
    <[email protected]> wrote:

    >
    >Hi All
    >
    >Wrote VBA code to disable the error-checking options (in Excel 2003);
    >
    >With Application.ErrorCheckingOptions
    >BackgroundChecking = False
    >EvaluateToError = False
    >TextDate = False
    >NumberAsText = False
    >InconsistentFormula = False
    >OmittedCells = False
    >UnlockedFormulaCells = False
    >EmptyCellReferences = False
    >ListDataValidation = False
    >End With
    >
    >Works fine, BUT
    >
    >Sent to a colleague, using a different verison of excel, gives an
    >error.
    >Do the error checking options differ in 2002 and 2000? If so, what are
    >the options available in these versions?? I tried long and hard to find
    >the answer, I think 2002 has the same options, but cannot find anything
    >for 2000
    >
    >Any help will be appreciated



+ 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