Application.Assistant Property

PowerPoint Developer Reference

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.

Syntax

expression.Assistant

expression   A variable that represents an Application object.

Return Value
Assistant

Remarks

Bb265975.vs_note(en-us,office.12).gif  Note
The Microsoft Office Assistant and AnswerWizard objects have been deprecated in the 2007 release of the Microsoft Office system.

This example displays the Office Assistant.

Visual Basic for Applications
  Application.Assistant.Visible = True

This example moves the Office Assistant to the upper-left region of the screen.

Visual Basic for Applications
  Application.Assistant.Move xLeft:=100, yTop:=100