Assistant Property

Applies To

Application object.

Description

Returns an Assistant object that represents the Office Assistant. Read-only.

Example

This example displays the Office Assistant.

Application.Assistant.Visible = True
This example moves the Office Assistant to the upper-left region of the screen.

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