Thread: Text to Speech
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicky Nicky is offline
external usenet poster
 
Posts: 15
Default Text to Speech

Works a treat... Thank you

"Niek Otten" wrote:

Application.Speech.Speak ("Hello")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Nicky" wrote in message
...
I run this simple line in my module

Application.Speech.Speak "Hello"


and I get this error:

Error #1004, Application-defined or object-defined error!

If I run the Speech Toolbar from the spreadsheet it works fine, but I want
automate it for a presentation...

Any ideas...

Thanks very much