ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Text to speech (https://www.excelbanter.com/excel-programming/343190-text-speech.html)

PCOR

Text to speech
 
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



Dana DeLouis[_3_]

Text to speech
 
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





PCOR

Text to speech
 
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








All times are GMT +1. The time now is 02:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com