Is True if the Office Assistant produces the sounds that correspond to animations. Read/write.

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

Syntax

expression.Sounds

expression A variable that represents an Assistant object.

Remarks

The default value is True. The Sounds property corresponds to the Make sounds option under Use the Office Assistant on the Options tab in the Office Assistant dialog box. If a sound card is not installed, this property has no effect.

Example
This example displays and animates the Office Assistant and allows sound.

Visual Basic for Applications
With Assistant .Visible = True .On = True If Not Sounds Then Sounds = True .Animation = msoAnimationGreeting End With
activate sound of wizard assistant enable sound for help wizard generate sound with office assistant initiate audio sound for office assistant make noise with help assistant ofv produce sound from assistant sounds sounds property turn on sound of help assistant

See also: