<< 单击这里显示内容目录 >> 导航: 属性 > P:
返回父对象。
expression.Parent
expression 必需。该表达式返回“应用于”列表中的对象之一。
本示例返回应用程序的父对象。
Sub UseParent()
Application.Parent
End Sub