Execute the merge to a new document and then run a macro containing the
following commands when that document is the Active Document. Each letter
will then be sent to the printer as a separate print job:
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
> We have a custom made program that we use mailmerge with which creates
> documents with different numbers of pages. Is there a way in Word to set
> some
> kind of "last page" mark or OMR mark that the folding and stuffing machine
> can recognize?
Vickey - 21 Sep 2006 16:22 GMT
Thanks Doug for your response. I'm still confused, though, on how my folding
and stuffing machine will recognize that page 3 is the last page and fold. I
understand that's where the "mark" comes in that gets put on the last page -
so that the machine reads that mark and knows when to fold on the documents
that vary in pages.
> Execute the merge to a new document and then run a macro containing the
> following commands when that document is the Active Document. Each letter
[quoted text clipped - 12 lines]
> > kind of "last page" mark or OMR mark that the folding and stuffing machine
> > can recognize?
Doug Robbins - Word MVP - 21 Sep 2006 20:58 GMT
Have you tried it?

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
> Thanks Doug for your response. I'm still confused, though, on how my
> folding
[quoted text clipped - 25 lines]
>> > machine
>> > can recognize?