P
Peter Tragardh
I'm trying to update fields (like document name and last saved) when the
document opens, in contrast to the regular update wich only happens when
printing (and print related actions like preview). When the fielsd are
placed in the main document, this code in ThisDocument works:
Private Sub Document_Open()
ActiveDocument.Fields.Update
End Sub
But when the fields are placed in the header, they aren't updated. This is
my problem. Any suggestions?
/Peter
document opens, in contrast to the regular update wich only happens when
printing (and print related actions like preview). When the fielsd are
placed in the main document, this code in ThisDocument works:
Private Sub Document_Open()
ActiveDocument.Fields.Update
End Sub
But when the fields are placed in the header, they aren't updated. This is
my problem. Any suggestions?
/Peter