Parent Property [Application, Documents]

Parent returns the parent object. Returns an Application object. This is a read-only property.

Syntax

object.Parent

Example 1

This example demonstrates how to return the parent object.

Debug.Print SurferApp.Parent

Example 2

This script displays all the properties in the Application object.

Example 3

This script displays all the methods and properties in the Documents collection.

Used by: Application object, Documents collection