E
Ed
In one of my macros, changes made are identified by changing the font color
or highlighting the text that was changed. I tried to do a clean-up by
setting a range to ActiveDocument.Content, and resetting the font color and
highlighting that way, but it didn't work. I would appreciate it if someone
could tell me what's wrong with this.
Ed
Set rngWork = ActiveDocument.Content
With rngWork.Font
.Color = wdColorAutomatic
.HighlightColorIndex = wdNoHighlight
End With
or highlighting the text that was changed. I tried to do a clean-up by
setting a range to ActiveDocument.Content, and resetting the font color and
highlighting that way, but it didn't work. I would appreciate it if someone
could tell me what's wrong with this.
Ed
Set rngWork = ActiveDocument.Content
With rngWork.Font
.Color = wdColorAutomatic
.HighlightColorIndex = wdNoHighlight
End With