Merci de vos interventions rvtoulon & Banzar64
@Banzar64
ton code m´affiche malheuresement un message d´erreur de code 9.
et marque la procedure me permettant de gerer mes et combobox celle ci-dessous.
lorsque je commente toute cette procedure alors tt fonctionne parfaitement mais bien entendu mais combobox st vides.
@rvtoulon ta methode n´a malheuresement pas changé grand chose..
c´est bien embetant tout ca... merci pour vos idées..
'combobox charger
'Sheets("Namen").Select
'ComboBox1.List = Range("A2:A" & Cells(Application.Rows.Count, 1).End(xlUp).Row).Value
'ComboBox2.List = Range("B2:B" & Cells(Application.Rows.Count, 1).End(xlUp).Row).Value
'With Sheets("T5_Unterbrechungsdaten")
' TextBox2 = .Range("D" & .Range("D" & Rows.Count).End(xlUp).Row)
' TextBox3 = .Range("E" & .Range("E" & Rows.Count).End(xlUp).Row)
'End With