Error Object Members
Excel Developer Reference |
Represents a spreadsheet error for a range.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. | |
Ignore | 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. | |
Parent | Returns the parent object for the specified object. Read-only. | |
Value | Returns a Boolean value that indicates if all the validation criteria are met (that is, if the range contains valid data). |