EnableSound Property [Excel 2007 Developer Reference]

Switch View :
ScriptFree
Application.EnableSound Property
True if sound is enabled for Microsoft Office. Read/write Boolean.

Syntax

expression.EnableSound

expression   A variable that represents an Application object.

Example

This example disables sound feedback.

Visual Basic for Applications
Application.EnableSound = False