<?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: How to Print Multiple Files At Once in word 2003/XP/2007</title>
	<atom:link href="http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/</link>
	<description>Windows 7 2008 2003 Vista XP 2000 Ms Office Tutorials Fixes Tips</description>
	<lastBuildDate>Fri, 19 Mar 2010 23:48:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rads</title>
		<link>http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/comment-page-1/#comment-2904</link>
		<dc:creator>Rads</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/#comment-2904</guid>
		<description>Peter,
        You could do that (print all open docs) if you create a macro and run it. The Code is simple :

Sub PrintAllOpenDocs ()
    &#039; Step through the open document windows
    For Each Doc In Documents
        Doc.PrintOut
    Next Doc
End Sub</description>
		<content:encoded><![CDATA[<p>Peter,<br />
        You could do that (print all open docs) if you create a macro and run it. The Code is simple :</p>
<p>Sub PrintAllOpenDocs ()<br />
    &#8216; Step through the open document windows<br />
    For Each Doc In Documents<br />
        Doc.PrintOut<br />
    Next Doc<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Buzak</title>
		<link>http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/comment-page-1/#comment-1062</link>
		<dc:creator>Peter Buzak</dc:creator>
		<pubDate>Tue, 27 Jan 2009 09:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.windowsreference.com/ms-office/how-to-print-multiple-files-at-once-in-word-2003xp2007/#comment-1062</guid>
		<description>Is there any method how to print all opened documents at once? Sometimes I have opened maybe 5 documents in Word and they aren&#039;t in the same folder so method described above isn&#039;t the best solution for me.</description>
		<content:encoded><![CDATA[<p>Is there any method how to print all opened documents at once? Sometimes I have opened maybe 5 documents in Word and they aren&#8217;t in the same folder so method described above isn&#8217;t the best solution for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
