I am programmatically generating an Office Open XML document (Word 2007 format), and would like to have all the fields updated when the document I generate is first opened in Word.
When I researched this a while ago, the only way to do this was to run VB Script when the document opens. But VB Script doesn't run by default, and for this to work the user has to authorize scripts, which is more complicated than asking the user to do a "select-all, F9", and so this defeats the purpose.
Any suggestion?
Alex