speech feature in excel

  • Thread starter Thread starter Guest
  • Start date Start date
Your approach does work. The system will return a 1004 if the feature is not
installed. I wrote code based on this general error number but would have
preferred to get at an actual detection test for this particular feature.
Thanks for your efforts.
 
Marvin,
That is what you are doing. You are asking for a Speech object, Excel says
"Sorry I don't know what that is" and you react to it.
There is nothing wrong with dealing with errors; they provide information as
a positive result would.

I don't know if Speech is an optional installation, but you could just check
the if Application.Version>10 (or 11 ?).

NickHK
 

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

Back
Top