Represents the Microsoft Office Assistant.

Note
The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system.

Remarks

Use the Assistant property to return the Assistant object. There isn't a collection for the Assistant object; only one Assistant object can be active at a time. Use the Visible property to display the Assistant, and use the On property to enable the Assistant. The default Assistant is Rocky. To select a different Assistant programmatically, use the FileName property.

Example
The following example displays and animates the Assistant.

Visual Basic for Applications
With Assistant .Visible = True .Animation = msoAnimationGreeting End With
assistant object display the Microsoft Office assistant object ofv select the object for assistance use visible property to display office assistant

See also: