Hello,
Can someone tell me how or if it is possible to update a cross reference
field through VBA code. I have a form letter set up. In in, I have a Form
Field with a Bookmark name of "ContactName". I have a Cross Reference field
which I set up by Insert-Reference-Cross Refence and selecting Bookmark as
Refernce type and checked HyperLink.
How can I have this field updated through my code. I tried
ActiveDocument.Fields.Update but this does not work. Would anyone have any
suggestions? Hopefully, I am explaining this correctly.
Thanks.