Revisions bars and track changes

S

shelley

I need to turn off the tracking but maintain all revision
bars. Is there a way to do this? I have tried turning off
all reviewers, showing only the final, and everything else
I can think of. Is there a macro that will allow you to
keep only the revision bars without showing the mark-ups?
Any information is greatly appreciated.
 
D

Doug Robbins - Word MVP

Hi Shelley,

What version of Word.

If it's XP, you will need to run a macro containing the following code

Options.DeletedTextMark = wdDeletedTextMarkNone

to set the DeletedTextMark option

In prior and later versions of Word, that can be done through Tools>Options,
as can the settings for the other indications, but to set them by code as
well, use:

Options.InsertedTextMark = wdInsertedTextMarkNone
Options.RevisedLinesMark = wdRevisedLinesMarkLeftBorder

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top