Hi just wondering does anyone have the VBA code that lets you loop through all Table of Contents in a Word Document. and update them.
At the moment I am using this:
ActiveDocument.TablesOfContents(1).Update
ActiveDocument.TablesOfContents(2).Update
ActiveDocument.TablesOfContents(3).Update...