P
Peter Huber
Hello
I wand to update all my fields in a document with the following code:
Dim f as Field
For each f in ActivDocument.Fields
f.Update
next
It's working fine with one exception: the field NumPages.
I have deleted one page, but the field doesn't update properly. With F9 it
works but the generated code
"Selection.Fields.Update" doesn't work too.
The field is placed in a normal first section and there is no protection.
Have you any suggestions?
Thanks Peter
I wand to update all my fields in a document with the following code:
Dim f as Field
For each f in ActivDocument.Fields
f.Update
next
It's working fine with one exception: the field NumPages.
I have deleted one page, but the field doesn't update properly. With F9 it
works but the generated code
"Selection.Fields.Update" doesn't work too.
The field is placed in a normal first section and there is no protection.
Have you any suggestions?
Thanks Peter