Document.Variables Property
Word Developer Reference |
Returns a Variables collection that represents the variables stored in the specified document. Read-only.
Syntax
expression.Variables
expression A variable that represents a Document object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example adds a document variable named "Value1" to the active document. The example then retrieves the value from the Value1 variable, adds 3 to the value, and displays the results.
Visual Basic for Applications |
---|
|
This example displays the name and value of each document variable in the active document.
Visual Basic for Applications |
---|
|
See Also