View Single Post
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
JimBob JimBob is offline
external usenet poster
 
Posts: 10
Default View Merged Fields

I have a Word template where I want to display merged data before updating.
Currently I'm using:
ActiveDocument.MailMerge.ViewMailMergeFieldCodes = wdToggle
but this is only good if the user opens the template and doesn't toggle the
fields codes themself.
Please can someone say what would be the code to ensure the merged data is
display rather than the codes, regardless of how they have saved the template?

Many Thanks
BTW, I'm using Word 2003.