I have excel cells which contain entries like this:
name/A/date name/B/date name/C/date
Cell content is displayed on multiple lines in the
Have it now:
lngPos = InStr(ActiveCell.Value, "/") With ActiveCell.Characters(Start:=1, Length:=lngPos - 1).Font .FontStyle = "Bold" End With