Error.Ignore Property
Excel Developer Reference |
Allows the user to set or return the state of an error checking option for a range. False enables an error checking option for a range. True disables an error checking option for a range. Read/write Boolean.
Syntax
expression.Ignore
expression A variable that represents an Error object.
Remarks
Reference the ErrorCheckingOptions object to view a list of index values associated with error checking options.
Example
This example disables the ignore flag in cell A1 for checking empty cell references.
Visual Basic for Applications |
---|
|
See Also