Parent Property

Returns the parent object.

expression.Parent

Example

This example returns the parent object of the application.

  Sub UseParent()
Application.<strong class="bterm">Parent</strong>

End Sub