Nos messages se sont croiséshello
en utilisant l'enregistreur de macro pour appliquer un style à une cellule.. tu en déduis
Sub test()
MsgBox ActiveCell.Style
End Sub
public function NomStyle(target as range) as string
NomStyle=target.style
end function
Merci pour ta réponse.pour faire simple
pas de fonction excel (à ma connaissance) qui fait ce que tu veux
==> SEULE possibité: du code VBA avec une fonction personnalisée
VB:public function NomStyle(target as range) as string NomStyle=target.style end function
et dans excel, tu peux utiliser la fonction "NomStyle" comme n'importe quelle autre fonction
Savoir faire sans VBA = connaitre la fonction Excel qui existe..Si quelqu'un sait faire sans VBA