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 / Programming / October 2006

Tip: Looking for answers? Try searching our database.

Catalog Merge Document?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vincent - 28 Oct 2006 03:31 GMT
We have written a small program to perform merges between a database
and Microsoft Word merge documents that our customers create.
Recently, one of our customers was trying to perform a merge, but it
kept failing.  I traced the problem to the type of Word document.
Apparently, you cannot merge a catalog merge document directly to a
printer.  It must be merged to a new document.  My question is, what
exactly is a catalog merge document?  I could discern no difference
between it and a regular merge document.  Is there a way to make a
catalog merge document not be a catalog merge document?  Thanks for
your help.

-Vincent
Doug Robbins - Word MVP - 28 Oct 2006 08:25 GMT
You can change it to a form letter type mail merge main document by using
the first button on the mail merge toolbar (View>Toolbars>Mail Merge)

I guess as you are talking about catalog, rather than directory, you are
using a version of Word before XP so the type of mail merge main document
can be selected/changed in section 1 of the Mail Merge Helper dialog.

A catalog type document allows you to have the data for each record appear
on the same page (until the page is full) rather than having a next page
section break inserted between each set of data as in the case of a form
letter type mailmerge

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 written a small program to perform merges between a database
> and Microsoft Word merge documents that our customers create.
[quoted text clipped - 8 lines]
>
> -Vincent
Lüko Willms - 28 Oct 2006 09:45 GMT
Am Sat, 28 Oct 2006 07:25:58 UTC,  schrieb "Doug Robbins - Word MVP"
<dkr@REMOVECAPSmvps.org>  auf microsoft.public.word.vba.general :

> You can change it to a form letter type mail merge main document by using
> the first button on the mail merge toolbar (View>Toolbars>Mail Merge)

 or programmatically by assigning

 ActiveDocument.MailMerge.MainDocumentType = wdFormLetters

instead of

 ActiveDocument.MailMerge.MainDocumentType = wdCatalog

or
 
   ActiveDocument.MailMerge.MainDocumentType = wdNotAMergeDocument

Yours,
L.W.
 
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.