Hi,
I need to insert tne contents of an external document in a MS Word97 formfield(bookmark) using a command button. I am trying to insert the document within the field without deleting the formfield(bookmark). All the codes that I have tried so far including the following has only deleted the bookmark and replaced it with the text from the external document.
ActiveDocument.FormFields("Text44".Range.InsertFile Filename:="c:\my documents\3.doc"
Thanks.
I need to insert tne contents of an external document in a MS Word97 formfield(bookmark) using a command button. I am trying to insert the document within the field without deleting the formfield(bookmark). All the codes that I have tried so far including the following has only deleted the bookmark and replaced it with the text from the external document.
ActiveDocument.FormFields("Text44".Range.InsertFile Filename:="c:\my documents\3.doc"
Thanks.