Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Merge Print

You will need a macro to print each document as a separate job, courtesy of
fellow MVP Doug Robbins. Merge to a new document then run the macro on that
document.

Sub SplitMergeLetterToPrinter()
Letters = ActiveDocument.Sections.Count
Counter = 1
While Counter Letters
ActiveDocument.PrintOut Background:=False, Range:=wdPrintFromTo, _
From:="s" & Format(Counter), To:="s" & Format(Counter)
Counter = Counter + 1
Wend
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Double D wrote:
I am trying to merge print a two page document, with the second page
on colored paper using a hp 4300 printer. If I print a single
document changing the properties to use a different tray at the end,
it does it perfectly. If I merge print however it spools the entire
document and does not pick from the second tray. Is there a work
around for this?



 
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Way to Print Merge Fields Also? Monica Mailmerge 1 August 22nd 06 04:26 AM
Printing a mail merge doc, merge fields print with grey background Stanby Microsoft Word Help 1 April 12th 06 03:21 PM
Mail merge - The merge works, but it doesn't print. Jan Korak Tables 1 March 31st 06 07:30 PM
Print mail merge without Print Dialog box Dlimey Mailmerge 2 September 22nd 05 06:38 PM
How to merge and print automatically? local1 Mailmerge 3 August 22nd 05 02:44 PM


All times are GMT +1. The time now is 12:18 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"