I have a Word 2003 SP2 template document that has boilerplate language. I have coded popup Message Boxes to gather information from the user and, dependent on that information, I need to choose from alternate clauses to insert into the template.
I have set bookmarked fields to act as placeholders for the alternative text that might result from the user input.
Currently, the alternative text is located in one external file called "VariableData.doc", each marked with its own bookmarked fieldnames.
I can't for the life of me figure out how to bring the applicable external bookmarked field text into the target template document. I've tried InsertFile, GetText, etc (all to no avail).
An example may help. For example, if the user states that the document is to be signed by a corporation, a particular signature block is to be inserted; however if it is a partnership, a different signature block is to be inserted.
Can anyone help with this? Any help is most welcome at this point! Thank you in advance.
I have set bookmarked fields to act as placeholders for the alternative text that might result from the user input.
Currently, the alternative text is located in one external file called "VariableData.doc", each marked with its own bookmarked fieldnames.
I can't for the life of me figure out how to bring the applicable external bookmarked field text into the target template document. I've tried InsertFile, GetText, etc (all to no avail).
An example may help. For example, if the user states that the document is to be signed by a corporation, a particular signature block is to be inserted; however if it is a partnership, a different signature block is to be inserted.
Can anyone help with this? Any help is most welcome at this point! Thank you in advance.