TableOfFigures.Update method (Word)

Updates the entries shown in a table of figures.

Syntax

expression.Update

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

Remarks

Use the UpdatePageNumbers method to update the page numbers of items in a table of figures.

Example

This example updates the first table of figures in the active document.

If ActiveDocument.TablesOfFigures.Count >= 1 Then 
 ActiveDocument.TableOfFigures(1).Update 
End If

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.