Looking for relevant Development Whitepapers? Visit the SearchWinDevelopment.com Research Library.
BrentSheets | Jun 13 2008 12:30PM GMT
Calberts, it hampers getting an answer when you don’t provide enough information. You should always include what product or software your question is about. Thanks.
BobBeechey | Jun 14 2008 6:01AM GMT
The answer is on the right lines.
For Office 2007, we might have the following:
TrackingState = objWord.document.TrackRevisions
and to toggle state
objWord.document.TrackRevisions = Not objWord.document.TrackRevisions
and to restore state
objWord.document.TrackRevisions = TrackingState