M
Mark Tangard
We have a simple Word file, born elsewhere, that consistently opens with
tracked changes turned on. (The TRK is showing in the status bar, and
any insertions/deleting we make become immediately marked.)
If we turn tracking off, make an edit, save the doc, close Word, reopen
it, and reopen the document, the TRK is back on. There's no delay while
it comes on -- it's just there. There's no macro code in the document,
and this happens when this same doc is opened on various PCs, none of
which have an AutoOpen macro that might be doing this, and the doc's
template is Normal.
The file is otherwise unremarkable. We don't need or want to track our
edits, and there are no tracked changes in the document. (Yes, we know
about hiding vs. accepting.) Running code to display
ActiveDocument.Revisions.Count gives 0. What are we missing?
'Preciate any help.
Mark Tangard
tracked changes turned on. (The TRK is showing in the status bar, and
any insertions/deleting we make become immediately marked.)
If we turn tracking off, make an edit, save the doc, close Word, reopen
it, and reopen the document, the TRK is back on. There's no delay while
it comes on -- it's just there. There's no macro code in the document,
and this happens when this same doc is opened on various PCs, none of
which have an AutoOpen macro that might be doing this, and the doc's
template is Normal.
The file is otherwise unremarkable. We don't need or want to track our
edits, and there are no tracked changes in the document. (Yes, we know
about hiding vs. accepting.) Running code to display
ActiveDocument.Revisions.Count gives 0. What are we missing?
'Preciate any help.
Mark Tangard