S
Scott A
I have a document template with four TOCs (actually, one
TOC, a list of tables, list of figures, and list of
appendices).
I would like to create a macro that updates all four.
I've tried
Selection.WholeStory
Seleection.Fields.Update
as well as
ActiveDocument.TablesOfContents(1).Update
Neither macro updates all four tables.
Are there any recommendations?
TOC, a list of tables, list of figures, and list of
appendices).
I would like to create a macro that updates all four.
I've tried
Selection.WholeStory
Seleection.Fields.Update
as well as
ActiveDocument.TablesOfContents(1).Update
Neither macro updates all four tables.
Are there any recommendations?