Assistant Property

Microsoft PowerPoint Visual Basic

Assistant Property

       

Some of the content in this topic may not be applicable to some languages.

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