Written by Allen Wyatt (last updated May 13, 2022)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365
If you are using a multimedia computer (you know—the type that has more bells and whistles than your home stereo system), then you can configure Excel so it make noises. Granted, every version of Excel makes an obnoxious ding whenever you press the wrong key or try to do something it doesn't like, but now you can expand the auditory experience to an even wider array of obnoxious noises. To set up Excel to use audible feedback, follow these steps:
Figure 1. The Ease of Access options of the Excel Options dialog box.
You have now enabled the use of sounds. If you want to change which sounds Excel uses, then do your tweaking in the Sounds applet of the Control Panel. (This is within Windows, not in Excel itself.)
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8240) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Getting Audible Feedback.
Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2013 For Dummies today!
The Developer tab of the ribbon is the gateway to many advanced features in Excel, including those features related to ...
Discover MoreExcel allows you to specify where it stores various files used by the program. One location you can specify is where ...
Discover MoreWhen you view a worksheet in Print Preview, Excel shows you the position of page breaks once you return to the worksheet. ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2022-05-15 11:59:44
J. Woolley
My Excel Toolbox includes the ToggleFeedbackSound macro to enable or disable feedback with sound. Here is an abbreviated version:
Sub ToggleFeedbackSound()
With Application
.EnableSound = (Not .EnableSound)
End With
End Sub
See https://sites.google.com/view/MyExcelToolbox
2018-09-30 14:31:04
John Mann
In my copy of Excel 2010 running in Windows 10, I found the option where Allan had described - that's after staring with great attention to the image shown in the original tip. I may experiment with this for the fun of it, but will probably leave it turned off for serious use
2018-09-29 14:13:43
Allan Poe
Note there is no "Provide Feedback with Sound" check box shown in the Excel Options>Advanced>General list.
2018-09-29 10:52:35
Morris Manning
Thank You, Alex.
2018-09-29 06:22:24
Alex B
@Allen Wyatt
The menu path supplied above is incorrect and the Provide Feedback with sound does not appear in the screen shot provided in the tip.
(The instructions apply to Excel 2010 and the Screenshot is from either 2016 or 365)
The correct menu path in my Excel 365 is Excel Options > EASE OF ACCESS > Feedback Options Section - Provide feedback with sound.
(see Figure 1 below)
Figure 1. Excel 365 Options Screenshot
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2023 Sharon Parq Associates, Inc.
Comments