Forum Discussion
saxena_mk
Dec 25, 2022Copper Contributor
Stop Speaking cell option not working
Hi, Suddenly my excel started speaking cells and I am unable to stop by using all options like 1. Enabling Stop Speaking Option and clicking it 2. Reinstall Office 3. Took Office assistant he...
HansVogelaar
MVP
You can do the following:
- Press Alt+F11 to activate the Visual Basic Editor.
- Press Ctrl+G to activate the Immediate window.
- Type or copy/paste the following line into the Immediate window:
Application.Speech.SpeakCellOnEnter = False
- With the insertion point anywhere in that line, press Enter.
- Close the Visual Basic Editor.
Speak on Enter should now be disabled.
saxena_mk
Dec 30, 2022Copper Contributor
Hi Hans,
Thanks for the reply. Yes it looks like working. But weird that the command given is not working and looks like an issue.
Thanks for the reply. Yes it looks like working. But weird that the command given is not working and looks like an issue.