The font used is not bold, but to ensure that remains true
Code:
With oRng
.Collapse 0
.Text = sComment & Chr(32)
.Font.Color = RGB(51, 51, 204)
.Font.Name = "Universe Condensed Light"
.Font.Size = 11
.Font.Bold = False
.Collapse 0
.Select
End With
This uses a darker blue.
By all means pass on the message to your colleagues.