Assistant 属性

       

本主题中的有些内容可能不适用于某些语言。

返回一个 Assistant 对象,该对象代表“Office 助手”。只读。

示例

本示例显示“Office 助手”。

Application.Assistant.Visible = True

本示例将“Office 助手”移到屏幕的左上角。

Application.Assistant.Move xLeft:=100, yTop:=100