Track Changes

  • Thread starter Thread starter DebraAnn
  • Start date Start date
D

DebraAnn

I need to no show the changes in a track change document
but I do want to show the rev bars in the margin. In
older versions you could do this. I am now in 2002 Word
and I can't seem to figur it out.

Please help!
 
For some reason, the means of changing that got omitted from Word 2002,
though it is back in 2003.

You can set it using a macro with the desired one of the following commands

Options.RevisedLinesMark = wdRevisedLinesMarkLeftBorder

Options.RevisedLinesMark = wdRevisedLinesMarkRightBorder

Options.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder

To turn it off, run the following macro

Options.RevisedLinesMark = wdRevisedLinesMarkNone


--
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
 
Back
Top