On a 2007 word document that I’m using, it has mutable link fields throughout, that re-fresh just fine upon opening of the document; it is just the link fields that are located inside of a header that I receive an Error! Not a valid link. I have checked and verified that the link still exist by using Shift/F9. Here is the code that I use to open document with.
Set worddoc = Documents.Open(ThisDocument.Path & " ReportsClient Information.docm") worddoc.Windows(1).Activate
Is there anything that I can add to this code that may refresh the links in the header?
Also I have the annoying message every time this document opens. Is there a way to eliminate this?