April 2006
Beginner
1114 pages
98h 16m
English
Application.Speech
Returns a Speech object that can be used to say words. Using Speech causes an error if the feature is not installed. The following code tries to say “Hazelnootpasta”:
Sub TestSpeech( )
On Error Resume Next
Application.Speech.Speak "Hazelnootpasta"
If Err Then MsgBox "Speech not installed."
End SubRead now
Unlock full access