Document.TablesOfAuthorities Property
Word Developer Reference |
Returns a TableOfAuthorities collection that represents the tables of authorities in the specified document. Read-only.
Syntax
expression.TablesOfAuthorities
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 table of authorities at the beginning of Sales.doc. The table of authorities compiles references from all categories.
Visual Basic for Applications |
---|
|
This example updates each table of authorities in the active document.
Visual Basic for Applications |
---|
|
See Also