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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.