Can't get Speak method to work

  • Thread starter Thread starter Ken Soenen
  • Start date Start date
K

Ken Soenen

I've been trying to get the Speak Method to work as advertised in the
following HELP example:

Sub UseSpeech()

Application.Speech.Speak "Hello"

End Sub

It gives me a runtime error 1004 "Application-defined or Object-defined
error"
I'm using Excel 2003 with XP.

Anybody have any ideas??

thanks
 
Your code worked ok for me.

Are you sure you installed the speech component when you installed Office?
 
That was the problem! Thanks Dave


Dave Peterson said:
Your code worked ok for me.

Are you sure you installed the speech component when you installed Office?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top