A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MAJOR HELP NEEDED- Track Changes



 
 
Thread Tools Display Modes
  #1  
Old June 10th, 2004, 02:37 AM
susan
external usenet poster
 
Posts: n/a
Default MAJOR HELP NEEDED- Track Changes

Hello,
My job depends on this answer to my post. I have a user
who is our media rep. He is not so bright with MS Word
XP, and has not gone to any training classes... you know
the story Well, we have had previous trouble with the
Track Changes feature in his Word getting turned on. Then
he saves the edited document and sends it out, and the
recipients get the doc with all the red markup in it. I
would like to completely disable this feature in Word XP
for him. I have printed out many help docs on how to
enable disable with ctrl/shift E and other things,
however I don't think this user can contend with having
to do anything extra, please would someone help me get
the ENTIRE Track Changes feature removed from Word so he
will not be bothered with it. It is embarrassing to him
to send out a document with edits in it, and he vents his
anger on the IS dept. Please anything you can do to help
with this matter would be appreciated.
  #2  
Old June 10th, 2004, 03:33 AM
Herb Tyson [MVP]
external usenet poster
 
Posts: n/a
Default MAJOR HELP NEEDED- Track Changes

There is NO foolproof method.

I'd sneak in, rename WordPad as Word, change the icon so it looks like Word,
change the file associations so that they use WordPad instead of Word, and
then tell him that it's a new super-duper-faster version of Word.

Barring that... you could create empty macros that have the same names as
all of the Tracking features. Or... not empty. For example, in his
Normal.dot, create a macro named:

ToolsRevisionMarksToggle

and assign to it the following:

Sub ToolsRevisionMarksToggle()

MsgBox ("The tracking feature has been disabled, you twit! So, please stop
trying to activate it!")
End Sub

Note: the MsgBox line might wrap here, but it's one continuous line. Of
course, if you really want to save your job... you might tailor the message
so that it's a bit more... er, gracious.

Good luck.

--
Herb Tyson MS MVP
Please respond in the newsgroups so everyone can follow along.
http://www.herbtyson.com
"susan" wrote in message
...
Hello,
My job depends on this answer to my post. I have a user
who is our media rep. He is not so bright with MS Word
XP, and has not gone to any training classes... you know
the story Well, we have had previous trouble with the
Track Changes feature in his Word getting turned on. Then
he saves the edited document and sends it out, and the
recipients get the doc with all the red markup in it. I
would like to completely disable this feature in Word XP
for him. I have printed out many help docs on how to
enable disable with ctrl/shift E and other things,
however I don't think this user can contend with having
to do anything extra, please would someone help me get
the ENTIRE Track Changes feature removed from Word so he
will not be bothered with it. It is embarrassing to him
to send out a document with edits in it, and he vents his
anger on the IS dept. Please anything you can do to help
with this matter would be appreciated.



  #3  
Old June 10th, 2004, 03:37 AM
Greg Maxey
external usenet poster
 
Posts: n/a
Default MAJOR HELP NEEDED- Track Changes

Susan,

I don't know how to remove the feature entirely, but the following measures
might help:

Use ViewToolbarsCustomize and drag "Track Changes" off the Tools menu.

Use ViewToolbarsCustomizeCommandsKeyboard to deactivate (remove) the
CTRL+Shift+E keyboard shortcut from the ToolsRevisionMarksToggle command

If your user still manages to activate TrackChanges, you could put the
following line of code in an AutoClose macro to automatically accept any
changes:

Sub AutoClose()

With ActiveDocument
.AcceptAllRevisions
End With

End Sub

HTH
--
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
To e-mail, edit out the "w...spam" in

susan wrote:
Hello,
My job depends on this answer to my post. I have a user
who is our media rep. He is not so bright with MS Word
XP, and has not gone to any training classes... you know
the story Well, we have had previous trouble with the
Track Changes feature in his Word getting turned on. Then
he saves the edited document and sends it out, and the
recipients get the doc with all the red markup in it. I
would like to completely disable this feature in Word XP
for him. I have printed out many help docs on how to
enable disable with ctrl/shift E and other things,
however I don't think this user can contend with having
to do anything extra, please would someone help me get
the ENTIRE Track Changes feature removed from Word so he
will not be bothered with it. It is embarrassing to him
to send out a document with edits in it, and he vents his
anger on the IS dept. Please anything you can do to help
with this matter would be appreciated.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.