How to get only the first string bold and not the remaining text? At this stage all is bold.

StrMeetingCSC = "Meeting CSC"
StrOffice = "Office"
.Value = StrMeetingCSC & Chr(10) & StrOffice
.Characters(Start:=1, Length:=Len(StrMeetingCSC)).Font.Bold = True