Bon ben non ! Les retours à la ligne ne donnent rien non plus !
Au cas ou ci-dessous le code du userform....
Private Sub ComboBox1_Change()
TextBox1.Text = Application.Index(Range("Def_CEGID"), ComboBox1.ListIndex + 1)
TextBox2.Text = Format(Application.Index(Range("Compl_LATTY"), ComboBox1.ListIndex + 1), "0000000000")
Private Sub CommandButton1_Click()
Unload Me
Private Sub TextBox1_Change()
Private Sub TextBox2_Change()
Private Sub UserForm_Initialize()
Me.ComboBox1.ListIndex = 0
PHS
