print each page seperately

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Word, how do I print each page of a mulit page letter seperately?
 
If you print *any* multipage document it will print as separate pages.
If you want to print a single page, use file > print > current page (or by
macro
Sub PrintPage()
Application.PrintOut Range:=wdPrintCurrentPage
End Sub
If this is a mail merge document, see
http://www.gmayor.com/individual_merge_letters.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top