أشكرك أخي معتصم
على الكود الجميل
Sub FormatInsideCell()
Dim StartChar As Integer, NumChar As Integer, CellLen As Integer
Dim FormatThis As String
FormatThis = "ÎÕã"
NumChar = Len(FormatThis)
CellLen = Len(ActiveCell)
StartChar = InStr(1, ActiveCell.Value, FormatThis, vbTextCompare)
If StartChar > 0 Then
With Selection.Characters(StartChar, NumChar).Font
.FontStyle = "Bold"
End With
End If
End Sub
ولكن لو امكن اختصاره ، كذلك تحديد الخلية H14 بدلاً من الخلية النشطه