View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
StephenW StephenW is offline
external usenet poster
 
Posts: 7
Default Programmatically Save Mail Merge Letter

Hi,
Is it possible to save the Active Document as a Mail Merge Form Letter and
then assign a datasource to it? I want to do this in VB Code. I've tried
using the ActiveDocument.SaveAs with the FileFormat property set to
wdFormLetters, but when I try to use the ActiveDocument.MailMerge object I
get an error.

Thanks,
Steve