Error Object Members

Excel Developer Reference

Represents a spreadsheet error for a range.

Properties

  Name Description
Bb242232.properties(en-us,office.12).gif 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.
Bb242232.properties(en-us,office.12).gif 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.
Bb242232.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242232.properties(en-us,office.12).gif Value Returns a Boolean value that indicates if all the validation criteria are met (that is, if the range contains valid data).