How to Print Multiple Files At Once in word 2003/XP/2007

If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!


If you want to print many Word files without having to open each one at a time follow this procedure

First you need to open one MS word 2003 document got o File–>Open

From here you need to select your files you want to print now you need select Tools from this dialogbox

Other MS word version users follow this

Note:- This sends the files straight to the printer without allowing you to adjust your printer settings.

Open MS word document Click the File Menu and Select Open

After the open window displays, select the files you want to print.

Now Right click on one of the selected files to open the context menu and Left click Print from the context menu.

  • Share/Bookmark

Random Posts


Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.

Trackbacks & Pingbacks

No trackbacks/pingbacks yet.

Comments

Is there any method how to print all opened documents at once? Sometimes I have opened maybe 5 documents in Word and they aren’t in the same folder so method described above isn’t the best solution for me.

Peter,
You could do that (print all open docs) if you create a macro and run it. The Code is simple :

Sub PrintAllOpenDocs ()
‘ Step through the open document windows
For Each Doc In Documents
Doc.PrintOut
Next Doc
End Sub

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(required)

(required)