<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Man Plus Machine</title>
	<link>http://manplusmachine.com</link>
	<description>About a man and his machine</description>
	<pubDate>Mon, 06 Oct 2008 11:02:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on First AppleTV Review Ready by Man Plus Machine &#187; Blog Archive &#187; Pogue Reviews AppleTV</title>
		<link>http://manplusmachine.com/2007/03/first-appletv-review-ready/#comment-8</link>
		<dc:creator>Man Plus Machine &#187; Blog Archive &#187; Pogue Reviews AppleTV</dc:creator>
		<pubDate>Sat, 24 Mar 2007 11:03:35 +0000</pubDate>
		<guid>http://manplusmachine.com/2007/03/first-appletv-review-ready/#comment-8</guid>
		<description>[...] First AppleTV Review Ready  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] First AppleTV Review Ready  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One to Six by Ricco</title>
		<link>http://manplusmachine.com/2007/03/one-to-six/#comment-7</link>
		<dc:creator>Ricco</dc:creator>
		<pubDate>Sun, 04 Mar 2007 16:31:43 +0000</pubDate>
		<guid>http://manplusmachine.com/2007/03/one-to-six/#comment-7</guid>
		<description>Oh my god... It puts things a little bit in perspective. Mac OS X just IS much more user friendly.</description>
		<content:encoded><![CDATA[<p>Oh my god&#8230; It puts things a little bit in perspective. Mac OS X just IS much more user friendly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One to Six by iFelix</title>
		<link>http://manplusmachine.com/2007/03/one-to-six/#comment-6</link>
		<dc:creator>iFelix</dc:creator>
		<pubDate>Sun, 04 Mar 2007 15:25:00 +0000</pubDate>
		<guid>http://manplusmachine.com/2007/03/one-to-six/#comment-6</guid>
		<description>Glad to hear you found the article amusing.

On a similar note, try getting OS X to read a Word Document, select the text then

Word &#62; Services &#62; Speech &#62; Start Speaking Text

Now look what you need to do in Windows...

Use Text to Speech in Word
The following example uses the Excel object model to access Text to Speech from a Word document. This procedure demonstrates how to reference and create an Excel object in order to use the Speech object. 

Insert a Module into Word
1.	Open a Word document.
2.	Press ALT+F11 to start the Visual Basic Editor.
3.	On the Insert menu, click Module.
4.	Type or copy and paste into the module the sample code that appears later in this section.
Add a Reference to Excel 10 Object Library
1.	In the Visual Basic Editor, point to References on the Tools menu.
2.	Under Available References, select the Microsoft Excel 10.0 Object Library check box, and then click OK.
Sub Procedure to Automate Excel Text to Speech from Word
The following example assumes that you type text in your Word document and then select the text before you run the Sub procedure.
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
				
NOTE: Word security is set at high by default. Unsigned Visual Basic macros do not run in this setting. Change the macro security level to medium by following these steps:
1.	On the Tools menu, point to Macro, and then click Security.
2.	On the Security Level tab, click to select Medium, and then click OK.
3.	On the File menu, click Exit to quit Word.
NOTE: You must quit and restart Word for the security level change to take effect.</description>
		<content:encoded><![CDATA[<p>Glad to hear you found the article amusing.</p>
<p>On a similar note, try getting OS X to read a Word Document, select the text then</p>
<p>Word &gt; Services &gt; Speech &gt; Start Speaking Text</p>
<p>Now look what you need to do in Windows&#8230;</p>
<p>Use Text to Speech in Word<br />
The following example uses the Excel object model to access Text to Speech from a Word document. This procedure demonstrates how to reference and create an Excel object in order to use the Speech object. </p>
<p>Insert a Module into Word<br />
1.	Open a Word document.<br />
2.	Press ALT+F11 to start the Visual Basic Editor.<br />
3.	On the Insert menu, click Module.<br />
4.	Type or copy and paste into the module the sample code that appears later in this section.<br />
Add a Reference to Excel 10 Object Library<br />
1.	In the Visual Basic Editor, point to References on the Tools menu.<br />
2.	Under Available References, select the Microsoft Excel 10.0 Object Library check box, and then click OK.<br />
Sub Procedure to Automate Excel Text to Speech from Word<br />
The following example assumes that you type text in your Word document and then select the text before you run the Sub procedure.<br />
Sub TTS()<br />
   &#8216;Declare and create an Excel object.<br />
      Dim XL_tts As Excel.Application<br />
      Set XL_tts = CreateObject(&#8221;Excel.Application&#8221;)<br />
      XL_tts.Speech.Speak Selection<br />
      XL_tts.Quit<br />
      Set XL_tts = Nothing<br />
End Sub</p>
<p>NOTE: Word security is set at high by default. Unsigned Visual Basic macros do not run in this setting. Change the macro security level to medium by following these steps:<br />
1.	On the Tools menu, point to Macro, and then click Security.<br />
2.	On the Security Level tab, click to select Medium, and then click OK.<br />
3.	On the File menu, click Exit to quit Word.<br />
NOTE: You must quit and restart Word for the security level change to take effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Review: JohnChow.com by A Creative Desktop</title>
		<link>http://manplusmachine.com/2007/01/a-review-johnchowcom/#comment-4</link>
		<dc:creator>A Creative Desktop</dc:creator>
		<pubDate>Mon, 19 Feb 2007 23:36:03 +0000</pubDate>
		<guid>http://manplusmachine.com/2007/01/a-review-johnchowcom/#comment-4</guid>
		<description>&lt;strong&gt;Review John Chow's blog - Reviews 111 - 140...&lt;/strong&gt;

Here are reviews 71 - 110 for the eighth batch...</description>
		<content:encoded><![CDATA[<p><strong>Review John Chow&#8217;s blog - Reviews 111 - 140&#8230;</strong></p>
<p>Here are reviews 71 - 110 for the eighth batch&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Review: JohnChow.com by Review My Blog - 14th Batch &#171; John Chow dot Com</title>
		<link>http://manplusmachine.com/2007/01/a-review-johnchowcom/#comment-2</link>
		<dc:creator>Review My Blog - 14th Batch &#171; John Chow dot Com</dc:creator>
		<pubDate>Tue, 13 Feb 2007 06:08:04 +0000</pubDate>
		<guid>http://manplusmachine.com/2007/01/a-review-johnchowcom/#comment-2</guid>
		<description>[...] Man Plus Machine [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Man Plus Machine [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
