View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
-kve- -kve- is offline
external usenet poster
 
Posts: 2
Default Mail merge with existing mail merge fields

Hi, I'm trying to perform a mail merge (C#, Office 2003/2007)

I started from th ecode given in http://support.microsoft.com/kb/301659, and
this code works fine.

But the problem is: this example creates and inserts the mail merge fields
by code, and I need to use the fields that are already present in a document
(defined in Word).
On mailMerge.Execute(ref oFalse) I always get the error:"Word could not
finish merging these documents or inserting this database"

Any help would be great...