Thread: Message
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Die_Another_Day Die_Another_Day is offline
external usenet poster
 
Posts: 644
Default Message

Application.Speech.Speak "I am done"

HTH

Die_Another_Day

wrote:
there is a library you can add on from the VBE called Microsoft Direct
Speech Synthesis

tjh wrote:
Hello,

I use message boxes to display the end of a macro/code. I would like for a
voice to also speak the message when the code is complete. Is it possible to
add voice responses. What would the code look like for a voice response.

Thank You,