Märkus
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Gets the parent of the Application object. Read-only Application.
expression.Parent
expression A variable that represents an Application object.
The parent of the Application object is the Application object.
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
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.