The "Parent" property returns the "Errors" collection.

Type Info:

Parent As Errors
Example:
Dim ErrorCollection As Errors
Dim MyError As Error

Set MyError = Application.Errors.Item(1)
Set ErrorCollection = MyError.Parent
Remarks: Read-only property.
See also:

Class Error | Class Errors

Last Updated: 04/26/05