Showing Margin Mark-ups when all changes accepted - Word

C

Chrisarms

I am trying to accept all changes in a Word document, whilst retaining the
mark in the margin to show where the changes have occurred. Any ideas?
Thanks.
 
D

Doug Robbins - Word MVP

After having made all of the necessary changes, run a macro containing the
following code:

With Options
.DeletedTextMark = wdDeletedTextMarkHidden
.InsertedTextMark = wdInsertedTextMarkNone
End With

It will not actually accept the changes, but will hide the deleted text and
not mark the inserted text in anyway. The line in the margin will however
still be retained.

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