Bonjour
Normal...
Dans votre Userform4, la textbox est nommée textbox6 et il n'y a pas de textbox1, 2, 3, 4, 5 comme précisé dans la Private Sub UserForm_Initialize()
Modifiez le code comme suit :
Private Sub UserForm_Initialize()
With Me
.OptionButton1 = False ' -
.OptionButton2 = False ' 2500
.OptionButton3 = False ' 3000
.OptionButton4 = False ' 10000
.OptionButton5 = False ' 50000
.TextBox6.Text = Sheets("Base_Sinistre").Range("F22")
End With
End Sub
Oubliez pas de cloturer le fil si ok
Cordialement