TableOfFigures.UpdatePageNumbers Method (Word)

Updates the page numbers for items in a table of figures.

Syntax

expression .UpdatePageNumbers

expression Required. A variable that represents a TableOfFigures collection.

Example

This example updates all tables of figures in Sales.doc.

Dim tofLoop As TableOfFigures 
 
For Each tofLoop In Documents("Sales.doc").TablesOfFigures 
 tofLoop.UpdatePageNumbers 
Next tofLoop

See Also

Concepts

TableOfFigures Object Members

TableOfFigures Object