Share via


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

請參閱

概念

Application Object Members

Application Object