Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
pcor
 
Posts: n/a
Default TEXT TO SPEECH CHANGES

Currently my text to speech config reads ONLY LETTERS if the letters are
CAPITALs(IE when it come to the word ABLE, it speaks A B L E
how can I change the setting to make the system say "able"
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default TEXT TO SPEECH CHANGES

Enter this small macro:

Sub Macro1()
For n = 1 To 100
Cells(n, 1).Speak
Next n
End Sub

And it should "say" whatever text you enter in A1 thru A100
--
Gary's Student


"pcor" wrote:

Currently my text to speech config reads ONLY LETTERS if the letters are
CAPITALs(IE when it come to the word ABLE, it speaks A B L E
how can I change the setting to make the system say "able"
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
pcor
 
Posts: n/a
Default TEXT TO SPEECH CHANGES

Thanks for the input but I guess I did not make myself very clear.
Using the "SPEAK ON ENTER" mode the voice does read back what is hilighted.
The trouble is that if I have the word BASKET(all in caps) the voice says
it sees a " B" then a "A" then a "S"...you get the drift. But if I spell the
word "Basket"(not all caps), the voice does say "basket"
Is there a way to configute the text to voice function?
Thanks


"Gary''s Student" wrote:

Enter this small macro:

Sub Macro1()
For n = 1 To 100
Cells(n, 1).Speak
Next n
End Sub

And it should "say" whatever text you enter in A1 thru A100
--
Gary's Student


"pcor" wrote:

Currently my text to speech config reads ONLY LETTERS if the letters are
CAPITALs(IE when it come to the word ABLE, it speaks A B L E
how can I change the setting to make the system say "able"
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default TEXT TO SPEECH CHANGES

I don't have a guess, but I did try this in xl2003 and it spoke the words for
me--no matter how the text was capitalized (both in code or via the user
interface).

I looked through the help (and under tools|options) and didn't find a way to
change any of those settings.

I do use a USA dictionary--I don't know if that has any affect, though.

pcor wrote:

Thanks for the input but I guess I did not make myself very clear.
Using the "SPEAK ON ENTER" mode the voice does read back what is hilighted.
The trouble is that if I have the word BASKET(all in caps) the voice says
it sees a " B" then a "A" then a "S"...you get the drift. But if I spell the
word "Basket"(not all caps), the voice does say "basket"
Is there a way to configute the text to voice function?
Thanks

"Gary''s Student" wrote:

Enter this small macro:

Sub Macro1()
For n = 1 To 100
Cells(n, 1).Speak
Next n
End Sub

And it should "say" whatever text you enter in A1 thru A100
--
Gary's Student


"pcor" wrote:

Currently my text to speech config reads ONLY LETTERS if the letters are
CAPITALs(IE when it come to the word ABLE, it speaks A B L E
how can I change the setting to make the system say "able"
Thanks


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the text to speech in excel 2000 Hifly Excel Discussion (Misc queries) 1 July 11th 05 11:16 PM
Where is text to speech in excel 2003? BogieJr Excel Discussion (Misc queries) 2 March 26th 05 08:04 PM
Autofitting a row Josephine Excel Discussion (Misc queries) 2 March 3rd 05 03:37 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Text to Speech prompt Brenda Hutton Excel Discussion (Misc queries) 1 December 3rd 04 02:39 AM


All times are GMT +1. The time now is 11:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"