Sub Comment() Const Comment As String = "COMMENT - " With Selection .Text = Comment .Words(1).HighlightColorIndex = wdBrightGreen .Collapse wdCollapseEnd End With End Sub
Sub Comment() Const Comment As String = "COMMENT - " With Selection .Text = Comment .Words(1).HighlightColorIndex = wdBrightGreen .Collapse wdCollapseEnd End With End Sub
Cheers
Paul Edstein
[Fmr MS MVP - Word]