I programmatically generate an Office Open XML document (Word 2007 format) and would like all fields to be updated when the created document is first opened in Word.
When I explored this a while ago, the only way to do this is to run VB Script when opening a document. But VB Script does not start by default, and for this the user has to allow scripts, which is more difficult than asking the user to do "all-all, F9", and therefore this defeats the goal.
Any suggestion?
Alex
source
share