Hi all,
In Word 2007 I'm looking to detect a manual TOC update in order to
automatically turn OFF and ON Word's Review mode.
For the moment, the only clues I'm aware of are based on "events catching"
or
"functions overloading" techniques.
* The build-in commands I found are : UpdateToc and UpdateTocFull (got them
from here : http://www.word.mvps.org/FAQs/General/CommandsList.htm)
--> but dunno how to intercept them (if it's even possible...).
* Recording a macro in Word gave...
Intercept Word Build-in commands using VBA ?
In Word 2007 I'm looking to detect a manual TOC update in order to
automatically turn OFF and ON Word's Review mode.
For the moment, the only clues I'm aware of are based on "events catching"
or
"functions overloading" techniques.
* The build-in commands I found are : UpdateToc and UpdateTocFull (got them
from here : http://www.word.mvps.org/FAQs/General/CommandsList.htm)
--> but dunno how to intercept them (if it's even possible...).
* Recording a macro in Word gave...
Intercept Word Build-in commands using VBA ?