Sub Sample01() Range("B2").Font.ColorIndex = 3 End Sub
Sub Sample02() Range("B2").Characters(Start:=7, Length:=6).Font.ColorIndex = 3 End Sub