EnableSound Property [Excel 2003 VBA Language Reference]

True if sound is enabled for Microsoft Office. Read/write Boolean.

Example

This example disables sound feedback.

Application.EnableSound = False

Applies to | Application Object