ErrorCheckingOptions.EvaluateToError Property
Excel Developer Reference |
When set to True (default), Microsoft Excel identifies, with an AutoCorrect Options button, selected cells that contain formulas evaluating to an error. False disables error checking for cells that evaluate to an error value. Read/write Boolean.
Syntax
expression.EvaluateToError
expression A variable that represents an ErrorCheckingOptions object.
Example
In the following example, the AutoCorrect Options button appears for cell A3, which contains a divide-by-zero error.
Visual Basic for Applications |
---|
|
See Also