TableOfFigures.UseHeadingStyles property (Word)

True if built-in heading styles are used to create a table of figures. Read/write Boolean.

Syntax

expression. UseHeadingStyles

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

Example

This example adds a table of figures in place of the selection and then formats the table to compile entries from TC fields.

With ActiveDocument.TablesOfFigures.Add(Range:=Selection.Range) 
 .UseHeadingStyles = False 
 .UseFields = True 
End With

See also

TableOfFigures 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.