本主题中的某些内容可能不适用于某些语言。
如果“Office 助手”发出与动画相应的声音,则返回True。Boolean 类型,可读写。
默认值为True。Sounds 属性对应于“使用 Office 助手”下的“声音效果”复选框。“使用 Office 助手”位于“Office 助手”对话框的“选项”选项卡中。如果没有安装声卡,本属性将不起作用。
本示例显示“Office 助手”,并激活动画效果,然后发出声音。
With Assistant
.Visible = True
.On = True
If Not Sounds Then Sounds = True
.Animation = msoAnimationGreeting
End With