Parent Property

Applies To

All objects.

Description

Accessor. Returns the parent object for the specified object. Read-only.

Example

This example displays the name of the chart that contains myAxis.


Set myAxis = Charts(1).Axes(xlValue)
MsgBox myAxis.Parent.Name