In code I create a document based upon a template.
Example: Documents.Add Template:=sTemplatePath & "\Template2.dot"
The template has FormFields with Bookmark names. I fill some fields with data.
With ActiveDocument
.FormFields("Date"
.Result = sDate
End with
This works with my version of Word 2000, but in some versions the bookmarks on the new documents are lost. Has anyone seen any patches or info on this?
Example: Documents.Add Template:=sTemplatePath & "\Template2.dot"
The template has FormFields with Bookmark names. I fill some fields with data.
With ActiveDocument
.FormFields("Date"
End with
This works with my version of Word 2000, but in some versions the bookmarks on the new documents are lost. Has anyone seen any patches or info on this?