Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have the text to speech module working very well. Here is what I would like to do with it How can I have the voice "speak" the entry at C3 when the speadsheet is first opened? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello. One way would be to place this on the "ThisWorkbook" module.
Private Sub Workbook_Open() With Application.Speech .Speak "Hello " & Application.UserName, False .Speak "Cell C 3 contains " & [C3].Text, True End With End Sub HTH. :) -- Dana DeLouis Win XP & Office 2003 "PCOR" wrote in message ... Hi I have the text to speech module working very well. Here is what I would like to do with it How can I have the voice "speak" the entry at C3 when the speadsheet is first opened? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks....for both the speed and the quality,\\
It works great "Dana DeLouis" wrote in message ... Hello. One way would be to place this on the "ThisWorkbook" module. Private Sub Workbook_Open() With Application.Speech .Speak "Hello " & Application.UserName, False .Speak "Cell C 3 contains " & [C3].Text, True End With End Sub HTH. :) -- Dana DeLouis Win XP & Office 2003 "PCOR" wrote in message ... Hi I have the text to speech module working very well. Here is what I would like to do with it How can I have the voice "speak" the entry at C3 when the speadsheet is first opened? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TEXT TO SPEECH | Excel Discussion (Misc queries) | |||
TEXT TO SPEECH CHANGES | Excel Discussion (Misc queries) | |||
text to speech | Excel Discussion (Misc queries) | |||
Text to Speech | Excel Worksheet Functions | |||
text to speech | Excel Discussion (Misc queries) |