If you execute the mailmerge to a new document, the letter that is created
for each record will be in a separate section. If you just want to print
the first page of each letter, specify p1s1, p1s2, p1s3, etc in the Pages
control of the Page Range section of the File>Print dialog.
If your printer can automatically get the first page of a document from one
tray and the following pages from another tray, the following macro will
send each letter to the printer as a separate print job so that the above
feature can be used:
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

Signature
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
> Hello everyone,
> I've gone crazy deleting second pages from first page mail merge...since
[quoted text clipped - 13 lines]
> zip
> or country is not available onto the address field codes? thanks all...
Excel ?? - 29 Aug 2007 07:38 GMT
Hello Doug,
Thank you for your help..I've been so busy I have not tried this as of
yet... I will try this as soon as I can... THank you thank you thank you ;-)

Signature
2
> If you execute the mailmerge to a new document, the letter that is created
> for each record will be in a separate section. If you just want to print
[quoted text clipped - 30 lines]
> > zip
> > or country is not available onto the address field codes? thanks all...