Document.Fields Property
Word Developer Reference |
Returns a Fields collection that represents all the fields in the document. Read-only.
Syntax
expression.Fields
expression Required. A variable that represents a Document object.
Example
This example updates all the fields in the active document.
Visual Basic for Applications |
---|
|
This example removes all the fields from the main text story and the footer in the active document.
Visual Basic for Applications |
---|
|
See Also