Hello,
Ajoute un bouton calcul "temp de reconf" et ajoute ce code dedans :
Dim strFormat1$, strFormat2$, strCode$
Dim i&, j&, lngFormat1&
strFormat1$ = Combobox1.Text
strFormat2$ = ComboBox2.Text
lngFormat1& = 2
Do While Cells(lngFormat1&, "A") <> strFormat1$
lngFormat1& = lngFormat1& + 1
Loop
i = 2
Do While Cells(i, "A") <> strFormat2$
i = i + 1
Loop
strCode$ = Cells(i, "B").Value
i = 3
Do While Cells(1, i) <> strCode$
i = i + 1
Loop
Textbox3.Value = Cells(lngFormat1&, i)
Il faudra peut-être adapter les colonnes