Document.Footnotes Property
Word Developer Reference |
Returns a Footnotes collection that represents all the footnotes in a document. Read-only.
Syntax
expression.Footnotes
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 changes the footnote reference marks for the footnotes in the active document to lowercase letters, starting with the letter "c".
Visual Basic for Applications |
---|
|
This example inserts an automatically numbered footnote at the insertion point.
Visual Basic for Applications |
---|
|
See Also