Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Hi,
How do I set up a mailmerge in Word 2003 for a 3 page letter so that only the first page of each letter in the output prints on letterhead and the following two pages print from the plain paper tray ? Thanks in advance for your help. |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
In word goto File-Page setup-Paper-Paper Source, you should see two
selections one for first page and one for all other pages. Gary Sara-Jane Bunting wrote: Hi, How do I set up a mailmerge in Word 2003 for a 3 page letter so that only the first page of each letter in the output prints on letterhead and the following two pages print from the plain paper tray ? Thanks in advance for your help. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...merge/200606/1 |
#3
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
In addition, you may need to execute the merge to a new document and then
print each letter as a separate print job. That can be done by running a macro containing the following code when the document created by executing the mailmerge is the active document Dim i as Long With ActiveDocument For i = 1 to .Sections.Count .PrintOut Range:=wdPrintFromTo, From:="s" & i, To:="s" & i Next i End With -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "noar via OfficeKB.com" u7588@uwe wrote in message news:617cf1f3aaa24@uwe... In word goto File-Page setup-Paper-Paper Source, you should see two selections one for first page and one for all other pages. Gary Sara-Jane Bunting wrote: Hi, How do I set up a mailmerge in Word 2003 for a 3 page letter so that only the first page of each letter in the output prints on letterhead and the following two pages print from the plain paper tray ? Thanks in advance for your help. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...merge/200606/1 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro for Letter Settings Help | New Users | |||
3 different page number formats-How??!! | Tables | |||
Word should allow to 'divide' page by 3 or 4, not just 2 | Page Layout | |||
WP merge file to Word | Tables | |||
page number printing on a merged report | Mailmerge |