Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / September 2006

Tip: Looking for answers? Try searching our database.

Optical Mark Recognition/Last Page Mark

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vickey - 20 Sep 2006 18:56 GMT
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?
Doug Robbins - Word MVP - 20 Sep 2006 19:31 GMT
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?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.