How to know if TOC changed after update
I would like to know if my TOC changed after I update it with the following:
ActiveDocument.TablesOfContents(1).Update
Perhaps something like saving a copy of the range before updating and compare the saved range with the range after the update.
Is there an easy and simple way to do this?
|