D
Dominic Godin
Hi,
I am writing some software that updates clients' data to the new version of
our product. Part of this data contains many thousand Word templates with
MailMergeDataFields. These fields need to be replaced with the new
corresponding fields.
I can use the:
WordDoc.MailMerge.DataSource.DataFields.Item(index).Name
to get all the merge fields held within a document but this field is read-
only so I can't update it.
I have tried using the Find.Execute to search and replace these fields but
this doesn't work either. Any body no how this can be done?
Thanks
Dominic Godin
I am writing some software that updates clients' data to the new version of
our product. Part of this data contains many thousand Word templates with
MailMergeDataFields. These fields need to be replaced with the new
corresponding fields.
I can use the:
WordDoc.MailMerge.DataSource.DataFields.Item(index).Name
to get all the merge fields held within a document but this field is read-
only so I can't update it.
I have tried using the Find.Execute to search and replace these fields but
this doesn't work either. Any body no how this can be done?
Thanks
Dominic Godin