Assistant.Sounds Property
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 |
|---|
|
Note