Shortcut for MS Word

Forum for TextAloud version 4

Moderator: Jim Bretti

Post Reply
inkarpathos
Posts: 1
Joined: Wed Mar 17, 2021 8:50 am
Contact:

Shortcut for MS Word

Post by inkarpathos »

I have TextAloud version 4.0.59

Is there a way to have the shortcut of TextAloud in a MS Word document?
Jim Bretti
Posts: 1558
Joined: Wed Oct 29, 2003 11:07 am
Contact:

Re: Shortcut for MS Word

Post by Jim Bretti »

Are you looking for a way to launch TextAloud from MS Word? If you have the TextAloud Add-in for Word installed, using any speak function in the TextAloud ribbon will launch TextAloud.

If you want something more like a shortcut, the only way I know of to do it is with a VBA macro. The macro itself is pretty simple, just something like

Code: Select all

Sub RunTextAloud()

    Shell "C:\Program Files(x86)\TextAloud\TextAloudMP3.exe", vbNormalFocus

End Sub
To create the macro you'll need to review the documentation at https://docs.microsoft.com/en-us/office ... -in-office. Once the macro is created you can customize the ribbon to add a button to run the macro.
Jim Bretti
NextUp.com
Post Reply