Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 691 Bytes

Excel.Application.EnableSound.md

File metadata and controls

38 lines (22 loc) · 691 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.EnableSound property (Excel)
vbaxl10.chm133132
vbaxl10.chm133132
Excel.Application.EnableSound
8372b9dd-2929-6b5d-f51b-4409349dd6e6
04/04/2019
medium

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

[!includeSupport and feedback]