Selection.SelectCurrentColor (Word)
Extiende la selección hacia delante hasta que encuentra texto con un color distinto.
Selection.HomeKey Unit:=wdStory, Extend:=wdMove
Selection.SelectCurrentColor
n = Len(Selection.Text)
MsgBox "Contiguous characters with the same color: " & n