Bonjour,
Je souhaiterais savoir s'il est possible d'affichier automatiquement un text dans un userform, quand on selectionne dans une liste un nom.
J 'ai essayer une formule avec index/equiv, mais comme je me doutais un peux, ca ne marche pas. Quelle est la démarche pour y parvenir?
mecrci
'Private Sub ComboBox1_Change()
'commentaires si Nom St change
'Dim NomST As String
'Dim a As Range
'NomST = Evaluation_ST.ComboBox1.Value
'Set a = Liste_ST.Find(NomST)
'If Not a Is Nothing Then
'Evaluation_ST.TextBox5.Value = SIERREUR(INDEX(C9:C2000;PETITE.VALEUR(SI(B9:B1000=Evaluation_ST.ComboBox1;LIGNE(B9:B1000)-8;"");1));"")
'End If
'End Sub