Sounds Property
Applies To
Assistant object.
Description
True if the Office Assistant produces the sounds that correspond to animations. Read/write Boolean.
Remarks
If a sound card is not installed, this property has no effect.
Example
This example displays the Office Assistant, animates it, and generates sound.
With Assistant
.Visible = True
.Sounds = True
.Animation = msoAnimationBeginSpeaking
End With