<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sunday Night Links: 3 August 2008</title>
	<atom:link href="http://blogkindle.com/2008/08/sunday-night-links-3-august-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogkindle.com/2008/08/sunday-night-links-3-august-2008/</link>
	<description>Daily News about Amazon&#039;s new e-book reader</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:27:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://blogkindle.com/2008/08/sunday-night-links-3-august-2008/comment-page-1/#comment-226</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogkindle.com/?p=473#comment-226</guid>
		<description>FYI, a Word document macro to fix bad formatting from Gutenberg .txt file....

Sub KindleTextMacro()
&#039;
   Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
        .Text = &quot;&quot;
        .Replacement.Text = &quot;&quot;
        .Forward = True
        .Wrap = wdFindContinue
        .Format = False
        .MatchCase = False
        .MatchWholeWord = False
        .MatchWildcards = False
        .MatchSoundsLike = False
        .MatchAllWordForms = False
    End With
    Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
        .Text = &quot;^p^p&quot;
        .Replacement.Text = &quot;APLACEHOLDER&quot;
        .Forward = True
        .Wrap = wdFindContinue
        .Format = False
        .MatchCase = False
        .MatchWholeWord = False
        .MatchWildcards = False
        .MatchSoundsLike = False
        .MatchAllWordForms = False
    End With
    Selection.Find.Execute Replace:=wdReplaceAll
    Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
        .Text = &quot;^p&quot;
        .Replacement.Text = &quot; &quot;
        .Forward = True
        .Wrap = wdFindContinue
        .Format = False
        .MatchCase = False
        .MatchWholeWord = False
        .MatchWildcards = False
        .MatchSoundsLike = False
        .MatchAllWordForms = False
    End With
    Selection.Find.Execute Replace:=wdReplaceAll
    Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
        .Text = &quot;APLACEHOLDER&quot;
        .Replacement.Text = &quot;^p^p&quot;
        .Forward = True
        .Wrap = wdFindContinue
        .Format = False
        .MatchCase = False
        .MatchWholeWord = False
        .MatchWildcards = False
        .MatchSoundsLike = False
        .MatchAllWordForms = False
    End With
    Selection.Find.Execute Replace:=wdReplaceAll
End Sub</description>
		<content:encoded><![CDATA[<p>FYI, a Word document macro to fix bad formatting from Gutenberg .txt file&#8230;.</p>
<p>Sub KindleTextMacro()<br />
&#8216;<br />
   Selection.Find.ClearFormatting<br />
    Selection.Find.Replacement.ClearFormatting<br />
    With Selection.Find<br />
        .Text = &#8220;&#8221;<br />
        .Replacement.Text = &#8220;&#8221;<br />
        .Forward = True<br />
        .Wrap = wdFindContinue<br />
        .Format = False<br />
        .MatchCase = False<br />
        .MatchWholeWord = False<br />
        .MatchWildcards = False<br />
        .MatchSoundsLike = False<br />
        .MatchAllWordForms = False<br />
    End With<br />
    Selection.Find.ClearFormatting<br />
    Selection.Find.Replacement.ClearFormatting<br />
    With Selection.Find<br />
        .Text = &#8220;^p^p&#8221;<br />
        .Replacement.Text = &#8220;APLACEHOLDER&#8221;<br />
        .Forward = True<br />
        .Wrap = wdFindContinue<br />
        .Format = False<br />
        .MatchCase = False<br />
        .MatchWholeWord = False<br />
        .MatchWildcards = False<br />
        .MatchSoundsLike = False<br />
        .MatchAllWordForms = False<br />
    End With<br />
    Selection.Find.Execute Replace:=wdReplaceAll<br />
    Selection.Find.ClearFormatting<br />
    Selection.Find.Replacement.ClearFormatting<br />
    With Selection.Find<br />
        .Text = &#8220;^p&#8221;<br />
        .Replacement.Text = &#8221; &#8221;<br />
        .Forward = True<br />
        .Wrap = wdFindContinue<br />
        .Format = False<br />
        .MatchCase = False<br />
        .MatchWholeWord = False<br />
        .MatchWildcards = False<br />
        .MatchSoundsLike = False<br />
        .MatchAllWordForms = False<br />
    End With<br />
    Selection.Find.Execute Replace:=wdReplaceAll<br />
    Selection.Find.ClearFormatting<br />
    Selection.Find.Replacement.ClearFormatting<br />
    With Selection.Find<br />
        .Text = &#8220;APLACEHOLDER&#8221;<br />
        .Replacement.Text = &#8220;^p^p&#8221;<br />
        .Forward = True<br />
        .Wrap = wdFindContinue<br />
        .Format = False<br />
        .MatchCase = False<br />
        .MatchWholeWord = False<br />
        .MatchWildcards = False<br />
        .MatchSoundsLike = False<br />
        .MatchAllWordForms = False<br />
    End With<br />
    Selection.Find.Execute Replace:=wdReplaceAll<br />
End Sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: blogkindle.com @ 2012-02-10 14:56:21 -->
