Hi
I would like to Bold alternate words
for eg Name : MR.EXCEL Country : USA
Dim strName As String, strCountry As String, Dim mpStart As Long
strName = "MR.EXCEL"
strCountry = "USA"
With Worksheets("sheet5").Cells(14, 1)
.Font.Bold = False
.value = "Name : "...