I adding a string to a cell like this.

bCell.Value = bCell.Value & vbLf & Format(StartHr, "0000") & " Start RX"
How can I format the added string to be font.color = red

I do not want the entire cell to be red.