G
Greg
Ron,
I can't confirm as I am not on a Word2003 machine at the
moment, but I think you should be able to do this with the
user interface if you select hidden as the deleted text
mark and none as the inserted text mark with Tools>Track
Changes>Highlight Changes>Options
If not the following macro should certainly work:
Sub TrackChanges()
With Application.Options
.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
.RevisedLinesColor = wdAuto
.DeletedTextMark = wdDeletedTextMarkHidden
.InsertedTextColor = wdAuto
.InsertedTextMark = wdInsertedTextMarkNone
.RevisedPropertiesMark = wdRevisedPropertiesMarkNone
End With
End Sub
Need help installing macros? See:
http://www.gmayor.com/installing_macro.htm
only the changes and not the text that hasn't changed.
transaction log and I need to see the output as it would
appear in Word with change bars.
I can't confirm as I am not on a Word2003 machine at the
moment, but I think you should be able to do this with the
user interface if you select hidden as the deleted text
mark and none as the inserted text mark with Tools>Track
Changes>Highlight Changes>Options
If not the following macro should certainly work:
Sub TrackChanges()
With Application.Options
.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
.RevisedLinesColor = wdAuto
.DeletedTextMark = wdDeletedTextMarkHidden
.InsertedTextColor = wdAuto
.InsertedTextMark = wdInsertedTextMarkNone
.RevisedPropertiesMark = wdRevisedPropertiesMarkNone
End With
End Sub
Need help installing macros? See:
http://www.gmayor.com/installing_macro.htm
like "final showing markup," but I only want it to show-----Original Message-----
I'd like to get Word 2003 to show me output that looks
only the changes and not the text that hasn't changed.
which is close, but that prints something looking like aThere is a P)rint, (Print what=List of Markup) feature
transaction log and I need to see the output as it would
appear in Word with change bars.