Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default how to Interrupt text to speech run from word

I have followed the instructions he
http://support.microsoft.com/default...b;EN-US;287120

to make a word macro which reads text aloud. This is great because unlike
Excel, it can read while you switch windows. The problem is that if you have
it reading a giant block of text, I can't find a way to get it to stop
without going to task manager and shutting the program down.

Is there some code I can add in that will allow me to stop it?

-------------

the VB is:

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



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
TEXT TO SPEECH CHANGES pcor Excel Discussion (Misc queries) 3 January 5th 06 12:51 AM
text to speech Fishy Excel Discussion (Misc queries) 0 July 22nd 05 04:48 PM
text to speech Debora Setting up and Configuration of Excel 0 December 9th 04 12:51 PM
Text to Speech Ken Excel Worksheet Functions 4 December 7th 04 05:02 PM
text to speech STT Excel Discussion (Misc queries) 1 November 29th 04 07:50 PM


All times are GMT +1. The time now is 08:41 PM.

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"