Application.EnableSound Property (Excel)
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.
Application.EnableSound = False