M
M.L.Srinivas
Hi,
I want to find a word and highlight the word (using
fillcolor) in the document.
I used:
With Selection.Find
.ClearFormatting
.Forward = True
.Wrap = wdFindContinue
.Text = strToFind
.Execute
End With
but this is finding only the first instance of the given
word, I want all the instances of the word to highlighted.
And also how to highlight the found word using fillcolor.
Please help.
Any sort of help is appreciated.
Thanks
Srinivas
I want to find a word and highlight the word (using
fillcolor) in the document.
I used:
With Selection.Find
.ClearFormatting
.Forward = True
.Wrap = wdFindContinue
.Text = strToFind
.Execute
End With
but this is finding only the first instance of the given
word, I want all the instances of the word to highlighted.
And also how to highlight the found word using fillcolor.
Please help.
Any sort of help is appreciated.
Thanks
Srinivas