<?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: Word 2004 Tip: Creating a direct command for pasting unformatted text</title>
	<atom:link href="http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/</link>
	<description>Notes from an unfinished world…</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:29:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-7916</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Sun, 10 Feb 2008 15:55:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-7916</guid>
		<description>Unfortunately, it &lt;a href=&quot;http://www.betalogue.com/2008/01/28/word-2008-tip-creating-a-direct-command-for-pasting-unformatted-text/&quot; rel=&quot;nofollow&quot;&gt;no longer works&lt;/a&gt; with Word 2008. :-/</description>
		<content:encoded><![CDATA[<p>Unfortunately, it <a href="http://www.betalogue.com/2008/01/28/word-2008-tip-creating-a-direct-command-for-pasting-unformatted-text/" rel="nofollow">no longer works</a> with Word 2008. :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ClintMacD</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-7915</link>
		<dc:creator>ClintMacD</dc:creator>
		<pubDate>Sat, 09 Feb 2008 15:38:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-7915</guid>
		<description>Pierre:

Every time I set up a new Macintosh, this is the first tip I come back to.

Thanks, again!

Best wishes, Clint</description>
		<content:encoded><![CDATA[<p>Pierre:</p>
<p>Every time I set up a new Macintosh, this is the first tip I come back to.</p>
<p>Thanks, again!</p>
<p>Best wishes, Clint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdimbert</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1368</link>
		<dc:creator>sdimbert</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1368</guid>
		<description>Pierre,

Can you please send me the entire Macro? &quot;Paste Unformatted Text&quot; is a key shortcut I desperately miss from Word for Windows (shift-ctrl-V).</description>
		<content:encoded><![CDATA[<p>Pierre,</p>
<p>Can you please send me the entire Macro? &#8220;Paste Unformatted Text&#8221; is a key shortcut I desperately miss from Word for Windows (shift-ctrl-V).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1369</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1369</guid>
		<description>The entire macro is:

&lt;pre&gt;
Sub EditPasteUnformatted()
    Selection.PasteAndFormat (wdFormatPlainText)
End Sub
&lt;/pre&gt;

Add it to your macros. Then you can assign the ctrl-shift-V shortcut to it with the Customize Keyboard dialog.</description>
		<content:encoded><![CDATA[<p>The entire macro is:</p>
<pre>
Sub EditPasteUnformatted()
    Selection.PasteAndFormat (wdFormatPlainText)
End Sub
</pre>
<p>Add it to your macros. Then you can assign the ctrl-shift-V shortcut to it with the Customize Keyboard dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1372</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1372</guid>
		<description>Mmm, I take that back. It doesn&#039;t seem to work automatically for macros, only for built-in commands. Darn.</description>
		<content:encoded><![CDATA[<p>Mmm, I take that back. It doesn&#8217;t seem to work automatically for macros, only for built-in commands. Darn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1373</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1373</guid>
		<description>Normally, it should do it automatically. Might not work right if you have more than one shortcut assigned to the same command. (Doesn&#039;t know which one to display.)</description>
		<content:encoded><![CDATA[<p>Normally, it should do it automatically. Might not work right if you have more than one shortcut assigned to the same command. (Doesn&#8217;t know which one to display.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1374</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1374</guid>
		<description>Yes, I also put it in my menu, just in case I ever forget the keyboard shorcut I&#039;ve assigned to it :).</description>
		<content:encoded><![CDATA[<p>Yes, I also put it in my menu, just in case I ever forget the keyboard shorcut I&#8217;ve assigned to it :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdimbert</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1375</link>
		<dc:creator>sdimbert</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1375</guid>
		<description>Can you get Word to diplay the keyboard shortcut in the menu?</description>
		<content:encoded><![CDATA[<p>Can you get Word to diplay the keyboard shortcut in the menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdimbert</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1376</link>
		<dc:creator>sdimbert</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1376</guid>
		<description>Thanks a lot! This has bothered me for a long time.

Your instuctions were great and I even got it into the Menu:

&lt;a href=&quot;http://unix.dimbert.net/menu.jpg&quot; title=&quot;http://unix.dimbert.net/menu.jpg&quot;&gt;http://unix.dimbert.net/menu.jpg&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This has bothered me for a long time.</p>
<p>Your instuctions were great and I even got it into the Menu:</p>
<p><a href="http://unix.dimbert.net/menu.jpg" title="http://unix.dimbert.net/menu.jpg">http://unix.dimbert.net/menu.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1480</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1480</guid>
		<description>I am still using Word X and my experience was a little different. I had to name the macro ?EditPasteUnformatted? (without the quotes) or be stuck with the name ?Macro1.?

I recorded the macro and got this language:

Sub EditPasteUnformatted()
    Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _
        wdInLine, DisplayAsIcon:=False
End Sub

I got some help with the above macro naming convention at:
&lt;a href=&quot;http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128&quot; title=&quot;http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128&quot;&gt;http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128&lt;/a&gt;
where I also found out I could clean up the code a bit by shortening the instructions to:

	Selection.PasteSpecial Link:=False, DataType:=wdPasteText

Thanks for starting me off in the right direction. This is a very useful shortcut.
</description>
		<content:encoded><![CDATA[<p>I am still using Word X and my experience was a little different. I had to name the macro ?EditPasteUnformatted? (without the quotes) or be stuck with the name ?Macro1.?</p>
<p>I recorded the macro and got this language:</p>
<p>Sub EditPasteUnformatted()<br />
    Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _<br />
        wdInLine, DisplayAsIcon:=False<br />
End Sub</p>
<p>I got some help with the above macro naming convention at:<br />
<a href="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128" title="http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128">http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=128</a><br />
where I also found out I could clean up the code a bit by shortening the instructions to:</p>
<p>	Selection.PasteSpecial Link:=False, DataType:=wdPasteText</p>
<p>Thanks for starting me off in the right direction. This is a very useful shortcut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre Igot</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-1484</link>
		<dc:creator>Pierre Igot</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-1484</guid>
		<description>Nancy: Thanks for the additional information!</description>
		<content:encoded><![CDATA[<p>Nancy: Thanks for the additional information!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li-Ou</title>
		<link>http://www.betalogue.com/2004/06/09/word-2004-tip-creating-a-direct-command-for-pasting-unformatted-text/comment-page-1/#comment-2003</link>
		<dc:creator>Li-Ou</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=1107#comment-2003</guid>
		<description>Wow thanks a lot. Really needed this tip. =)</description>
		<content:encoded><![CDATA[<p>Wow thanks a lot. Really needed this tip. =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

