Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I added the Speak command to my quick access tool bar, did some stuff with it looking for a solution to a query.
Okay, I'm done with the Speak so I removed the Speak command from the quick access tool bar. The voice still speaks when I hit enter on a cell, voicing the contents. Tried the "Speak On - Speak Off" command, and did not help. No toggle affect at all. I have no Speak icons on any tool bar that I can find and the speak continues. If I add a new workbook, it speak there also so it seems to be an Excel setting somewhere. I looked in the Options windows. Closed Excel and reopened... What to do?? Howard |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Howard,
Am Fri, 27 Jan 2017 09:35:52 -0800 (PST) schrieb L. Howard: I added the Speak command to my quick access tool bar, did some stuff with it looking for a solution to a query. Okay, I'm done with the Speak so I removed the Speak command from the quick access tool bar. The voice still speaks when I hit enter on a cell, voicing the contents. Tried the "Speak On - Speak Off" command, and did not help. No toggle affect at all. I have no Speak icons on any tool bar that I can find and the speak continues. If I add a new workbook, it speak there also so it seems to be an Excel setting somewhere. I looked in the Options windows. Closed Excel and reopened... What to do?? deactivate narrator in "Ease of Access" https://support.microsoft.com/en-us/help/22817 Regards Claus B. -- Windows10 Office 2016 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Claus,
I tried these two methods, neither worked. €¢Press the Windows logo key îž‚ + Enter together to start Narrator. Press these keys again to stop Narrator. On many keyboards, the Windows logo key is located on the bottom row of keys, to the left or right of the Alt key. €¢Select the Start îž‚ button, then select Settings , select Ease of Access, select Narrator, and then move the slider under Narrator to turn it on. (both settings are in the OFF position) How I got Speak to start working on the workbook, was to add a Speak Command to the quick access bar. I then removed it from the quick access tool bar but the speak (or narrator) is somehow still enabled. I have exited Excel and re entered Excel, can't get free from it. Howard |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I also tried the "Speak Cells - Stop Speak Cells" command on the quick access tool bar.
It say it is a toggle to start speak / stop speak. I click on it in the tool bar and it has no affect. Howard |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I also tried the "Speak Cells - Stop Speak Cells" command on the
quick access tool bar. It say it is a toggle to start speak / stop speak. I click on it in the tool bar and it has no affect. Howard It seems that using 'Speak Cells' to start narration can be turned off with 'Speak Cells - Stop Speaking Cells'! The latter is not a toggle, although its name unwittingly implies that! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() It seems that using 'Speak Cells' to start narration can be turned off with 'Speak Cells - Stop Speaking Cells'! The latter is not a toggle, although its name unwittingly implies that! -- Garry Hi Garry, How does 'Speak Cells - Stop Speaking Cells' work? I can put the Icon on the quick access tool bar, but it does nothing that I can tell when I click on it. I have floundered about with some feature where I wind up with a blue rectangle encompassing a portion of the worksheet, and instructing me to use certain keys strokes in conjunction each other, none of which affected anything that I could detect. Howard |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you use this a lot you can assign a keyboard shortcut to this sub so
you don't have to mouse the icon... Sub Toggle_SpeakOnEnter() With Application.Speech .SpeakOnEnter = Not .SpeakOnEnter End With 'Application.Speech End Sub 'Toggle_SpeakOnEnter I use Ctrl+Shift+N -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops.., typo...
Sub Toggle_SpeakOnEnter() With Application.Speech .SpeakCellOnEnter = Not .SpeakCellOnEnter End With 'Application.Speech End Sub 'Toggle_SpeakOnEnter -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Friday, January 27, 2017 at 8:54:04 PM UTC-8, GS wrote:
Oops.., typo... Sub Toggle_SpeakOnEnter() With Application.Speech .SpeakCellOnEnter = Not .SpeakCellOnEnter End With 'Application.Speech End Sub 'Toggle_SpeakOnEnter -- Garry I actually don't use it very much. But this should be a good snippet when I do. Thanks. Howard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Turn off speak cells | Excel Worksheet Functions | |||
Speak - How? | Excel Programming | |||
how to get excel to speak to me | Setting up and Configuration of Excel | |||
Where has 'speak on enter' gone? | Excel Discussion (Misc queries) | |||
Capabilities | Excel Discussion (Misc queries) |