Thread: [Solved] Executing SAPI.cpl
View Single Post
 
Old 04-24-2017, 12:13 AM
Quintuplet4 Quintuplet4 is offline Windows 10 Office 2016
Novice
 
Join Date: Apr 2017
Posts: 2
Quintuplet4 is on a distinguished road
Default

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
Reply With Quote