Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macro from excel to outlook for tts

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


I am sure one of you can get it right !
Thanks for any help in posting a code or syntax.

Rodger
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to Paste Excel into Outlook dhstein Excel Discussion (Misc queries) 1 October 16th 09 05:43 PM
Macro to email Excel workbook through MS Outlook KG Excel Discussion (Misc queries) 2 April 30th 07 01:10 PM
Excel to Outlook Calendar Macro KurtB Excel Discussion (Misc queries) 0 November 7th 06 01:29 PM
Excel Macro working with Outlook David Excel Programming 1 September 4th 03 05:44 PM
Getting rid of Outlook warnings from excel macro Andrew[_12_] Excel Programming 1 July 10th 03 03:54 PM


All times are GMT +1. The time now is 12:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"