Application.Parent property (Project)
Gets the parent of the Application object. Read-only Application.
Syntax
expression.Parent
expression A variable that represents an Application object.
Remarks
The parent of the Application object is the Application object.
Example
For example, executing either of the following statements in the Immediate pane of the VBE shows the text Microsoft Project.
? Application.Parent.Name
? Application.Name
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.