Gets or sets the Visible property of the Office Assistant. Read/write.

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

Syntax

expression.Visible

expression A variable that represents an Assistant object.

Return Value
Boolean

Example
This example makes the Office Assistant visible and sets its animation.

Visual Basic for Applications
With Application.Assistant .Visible = True .Sounds = True .Animation = msoAnimationBeginSpeaking End With 

See also: