<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx</link><description>The age-old question of 'how do I avoid putting funky Office HTML into my blog postings' came up on an internal email list today, and one of the answers was a pointer to http://stevemiller.net/PureText/ , which I had never heard of... but it looks cool!</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#213313</link><pubDate>Thu, 12 Aug 2004 08:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213313</guid><dc:creator>dotnetjunky</dc:creator><description>What I usually do to remove formatting in these scenarios is to paste the text into Notepad first, and then copy and paste from Notepad into my target application. Although it takes a few seconds to open Notepad, but this is a rather simple and effective solution, isn't it ?</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#213318</link><pubDate>Thu, 12 Aug 2004 08:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213318</guid><dc:creator>Duncan Mackenzie</dc:creator><description>dotnetjunky, that is what I do (did) too... it is certainly simple, but it is just more steps... (copy text, click on Start Menu... find Notepad... paste the text, Select All, Copy the text... now go paste in your destination) and PureText replaces all of that with Copy then Windows Key + V to paste without formatting.</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#213570</link><pubDate>Thu, 12 Aug 2004 16:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213570</guid><dc:creator>Ron</dc:creator><description>I always keep a text editor (EditPadPro) open anyway.  I just open up a new doc/tab (or use the default if I've not opened any up yet) and then Ctrl-V/A/C.  Simple and my hands don't have to leave the keyboard.  :)</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#213625</link><pubDate>Thu, 12 Aug 2004 17:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213625</guid><dc:creator>Nick Codignotto</dc:creator><description>Cool. &lt;br&gt;&lt;br&gt;I wrote a Word macro that's useful when I'm writing Word documents or sending e-mail. The macro is simple:&lt;br&gt;&lt;br&gt;Sub UnformattedPaste()&lt;br&gt;'&lt;br&gt;' UnformattedPaste Macro&lt;br&gt;' Macro recorded 4/7/2004 by Nick Codignotto&lt;br&gt;'&lt;br&gt;    On Error GoTo RegularPaste&lt;br&gt;    &lt;br&gt;    Selection.PasteAndFormat (wdFormatPlainText)&lt;br&gt;    Exit Sub&lt;br&gt;&lt;br&gt;RegularPaste:&lt;br&gt;    Selection.Paste&lt;br&gt;    &lt;br&gt;End Sub&lt;br&gt;&lt;br&gt;I map this to Shift+Ins, which is one of two ways to paste. Ctrl+V pastes as normal.&lt;br&gt;&lt;br&gt;I'l have to check our PureText, though, as it will be useful in apps outside of Word.</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#214812</link><pubDate>Sun, 15 Aug 2004 17:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:214812</guid><dc:creator>Dotnut</dc:creator><description>Office 2000 HTML Filter 2.0 : &lt;a target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=209ADBEE-3FBD-482C-83B0-96FB79B74DED&amp;amp;displaylang=EN"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=209ADBEE-3FBD-482C-83B0-96FB79B74DED&amp;amp;displaylang=EN&lt;/a&gt;  is a cool tool from MS to remove Office-specific markup tags embedded in Office 2000 documents saved as HTML. &lt;br&gt;&lt;br&gt;One interesting feature is &amp;quot;You can copy any fragment of a Word document as HTML and paste it into an HTML or text editor as filtered HTML markup. For example, instead of typing complex HTML tags to create nested tables, create them by using the Draw Table tool in Word. Then select them and click Copy as HTML on the Edit menu to create a compact HTML copy of the tables.&amp;quot;&lt;br&gt;&lt;br&gt;On a unrelated note, I would like to have feedback on my article &amp;quot;Dynamically generate a MS Word document using HTML &amp;amp; CSS&amp;quot; - &lt;a target="_new" href="http://codeproject.com/vb/net/Wordyna.asp"&gt;http://codeproject.com/vb/net/Wordyna.asp&lt;/a&gt; and ideas on how to embed images into a Word document (Word 2000 onwards) that is generated from HTML so that the pictures can be viewed even when user is disconnected from the internet.&lt;br&gt;&lt;br&gt;Thanks</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#216440</link><pubDate>Wed, 18 Aug 2004 11:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:216440</guid><dc:creator>rups</dc:creator><description>i usually copy the text/item and then Edit-&amp;gt;Paste Special-&amp;gt;Unformatted Text.&lt;br&gt;A very simple but effective solution.&lt;br&gt;</description></item><item><title>re: Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#216591</link><pubDate>Wed, 18 Aug 2004 16:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:216591</guid><dc:creator>Duncan Mackenzie</dc:creator><description>rups... sure, if the app you are pasting into has a Paste Special command... .Text doesn't... and many other applications are missing this feature as well</description></item><item><title>Sanitize Your Clipboard Text</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#258021</link><pubDate>Tue, 16 Nov 2004 07:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:258021</guid><dc:creator>Michael Swanson's Blog</dc:creator><description /></item><item><title>PureText 2.0</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#259029</link><pubDate>Wed, 17 Nov 2004 22:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:259029</guid><dc:creator>Rob Caron's Blog</dc:creator><description /></item><item><title>Removing Word's Formatting from text before pasting into .Text or other apps...</title><link>http://blogs.msdn.com/duncanma/archive/2004/08/12/213306.aspx#6556008</link><pubDate>Tue, 27 Nov 2007 20:56:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6556008</guid><dc:creator>Removing Word's Formatting from text before pasting into .Text or other apps...</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://feeds.maxblog.eu/item_101610.html"&gt;http://feeds.maxblog.eu/item_101610.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>