Bonjour,
Vois le code suivant et adapte-le à ton cas :
Sub test()
Dim debut As Integer, fin As Integer, nbCar As Integer
[A1] = "Nombre de personne" & Range("Z22") & "(24,41) X 100"
debut = WorksheetFunction.Search("(", Range("A1")) + 1
fin = WorksheetFunction.Search(")", Range("A1"))
nbCar = fin - debut
[A1].Characters(debut, nbCar).Font.Color = RGB(255, 0, 0)
End Sub
Si tu veux l'aide précise.