text to speech engine in outlook?

S

Slover

http://support.microsoft.com/?kbid=287120

The above link is not muck help in binding the
excel tts engine to outlook mail.

They say it can be done...but I sure can`t get it to work.
Does anyone have any clues how to get this to
work in outlook 2003?

I could not get the example of excel to word to
work in OL2003.

Anybody have any luck with getting the tts engine in
excel work with outlook?

Microsoft list a few examples but they aren`t much of a
help for outlook 2003.

This one is for word and I could not get it to work.

Sub TTS()
'Declare and create an Excel object.
Dim XL_tts As Excel.Application
Set XL_tts = CreateObject("Excel.Application")
XL_tts.Speech.Speak Selection
XL_tts.Quit
Set XL_tts = Nothing
End Sub



Thanks for your help
 

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

Top