c# word automation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a C# Windows form that performs a mail merge, however, I want
to access the resulting document and save it and close word. The code I am
using closes the original document and the data document leaving me no handle
to the result.

I am using

wrdMailMerge.Destination= Word.WdMailMergeDestination.wdSendToNewDocument;

wrdMailMerge.Execute(ref oFalse);

to perform the merge.

How do I access the wdSendToNewDocument properties?
 
Andy:
You might be better off posting this in the WinForms newsgroup:
microsoft.public.dotnet.framework.windowsforms

Or
microsoft.public.word.mailmerge.fields

karl
 
Back
Top