Hello,
I was able to manage the voice in an MS word document using Set speech.Voice = speech.GetVoices.Item(6)
but i have a problem in applying a 3rd party voice, specifically Julie voice to my word document.
I put Julie 's voice under Tokens in the registry but it had an not been called in my code. Julie Voice has different attributes and characteristics. so I guess, I should call the voice from the .dll that I got from the 3rd party application (VW) after I got it installed.
I have used a software to see the modules that are inside the .dll library, but I have no skills to call the modules within the .dll library.
How can I Execute Windows\sysWOW64\speech\SpeechUX\SAPI.cpl using a VBA code?
Can I change the default voice using a VBA code?
thank you,
Ali
|