Unfortunately, if adjacent text is highlighted in different colors,
..Find.Execute will match it all, and .HighlightColorIndex will return
9999999 (wdUndefined).
Then you'd have to loop each character.
I don't understand why Highlight is defined differently from any other font
formatting.
It should simply be another property of the .Font object, like .Underline
(with the special value of wdHighlightNone if there is no Highlight).
Then there'd be no problem to search for different color highlights.
Probably highlighting was developed by a different department than the rest
of the formatting ;-)
Klaus