Only rev bars required in final delivered product.

Z

Zudo

I need to deliver documents with rev bars that show area of change per
Military standards. Do not want customer to see deletions/insertions. Is
there a way to lock the track changes as saved so it can't be changed.
 
D

Doug Robbins - Word MVP

I do not know what is required by the Military standards to which you refer,
but running a macro containing the following code will cause deleted text
not to be displayed, will show inserted text the same as any other text and
will cause "revision bars" to be shown in the margin.

Options.DeletedTextMark = wdDeletedTextMarkHidden
Options.InsertedTextMark = wdInsertedTextMarkNone
Options.InsertedTextColor = wdAuto
Options.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

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