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
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