TablesOfContents.Format property (Word)

Returns or sets the formatting for the tables of contents in the specified document. Read/write WdTocFormat.

Syntax

expression.Format

expression Required. A variable that represents a 'TablesOfContents' collection.

Example

This example applies Classic formatting to the tables of contents in Report.doc.

Documents("Report.doc").TablesOfContents.Format = wdTOCClassic

See also

TablesOfContents Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.