Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Tangard Mark Tangard is offline
external usenet poster
 
Posts: 3
Default Tracked changes turns itself back on

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
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Lifesnadir Lifesnadir is offline
external usenet poster
 
Posts: 7
Default Tracked changes turns itself back on

Depending on how long the document is, and what formatting you would lose, as
last resort you could copy it all into Notepad and then copy it all back into
a New Document in Word.

All inherited / received documents carry their formatting into Word. I'm
just learning about this annoying "feature."

"Mark Tangard" wrote:

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

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
CyberTaz CyberTaz is offline
external usenet poster
 
Posts: 1,348
Default Tracked changes turns itself back on

Once Track Changes is activated in a document the changes tracked will be
retained until they are either Accepted or Rejected. In the meanwhile,
turning the feature OFF only means that any further changes not be tracked,
but the unnaccepted/unrejected changes are still there. Docs with tracked
changes automatically open with the markup displayed so the user realizes
that to be the case.

When you no longer wish to continue tracking or retain the markup & changes
that have been tracked:

Turn Track Changes OFF
Accept or Reject each individual change (or use Accept All or Reject All)
Save the file

You might want to have a quite useful read he

http://www.shaunakelly.com/word/trac...ngesWorks.html

And perhaps share Shauna's insights with those who are supplying the docs

HTH |:)
Bob Jones
[MVP] Office:Mac



On 11/19/06 7:42 AM, in article
, "Lifesnadir"
wrote:

Depending on how long the document is, and what formatting you would lose, as
last resort you could copy it all into Notepad and then copy it all back into
a New Document in Word.

All inherited / received documents carry their formatting into Word. I'm
just learning about this annoying "feature."

"Mark Tangard" wrote:

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


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Mark Tangard Mark Tangard is offline
external usenet poster
 
Posts: 3
Default Tracked changes turns itself back on

CyberTaz,

As I explained, there were no tracked changes in the document. (As a former
Word MVP, I know the difference between turning tracking off and accepting
changes.) As it turns out, the document was corrupted -- rebirthing it by
pasting all but its final paragraph mark into a new document fixed it.


CyberTaz wrote:
Once Track Changes is activated in a document the changes tracked will be
retained until they are either Accepted or Rejected. In the meanwhile,
turning the feature OFF only means that any further changes not be tracked,
but the unnaccepted/unrejected changes are still there. Docs with tracked
changes automatically open with the markup displayed so the user realizes
that to be the case.

When you no longer wish to continue tracking or retain the markup & changes
that have been tracked:

Turn Track Changes OFF
Accept or Reject each individual change (or use Accept All or Reject All)
Save the file

You might want to have a quite useful read he

http://www.shaunakelly.com/word/trac...ngesWorks.html

And perhaps share Shauna's insights with those who are supplying the docs

HTH |:)
Bob Jones
[MVP] Office:Mac



On 11/19/06 7:42 AM, in article
, "Lifesnadir"
wrote:


Depending on how long the document is, and what formatting you would lose, as
last resort you could copy it all into Notepad and then copy it all back into
a New Document in Word.

All inherited / received documents carry their formatting into Word. I'm
just learning about this annoying "feature."

"Mark Tangard" wrote:


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




Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
bookmark updates when i print preview with tracked changes Rich Microsoft Word Help 2 August 3rd 06 05:46 AM
Next tracked change should restrict to reviewers I've selected rrgmitchell Microsoft Word Help 0 July 11th 06 01:22 PM
Back to previous doc when I close current doc (hyperlinks) Dee Microsoft Word Help 1 May 10th 06 02:52 PM
How do I get front and back sides of bookmarks to line up on prin. cookie's mom Microsoft Word Help 2 March 11th 05 07:35 PM
Word 2003 Tracked Changes Ofisteqi Microsoft Word Help 6 December 6th 04 01:25 PM


All times are GMT +1. The time now is 12:28 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"