merci pour les retours, mais ça bug sur Me
question pourquoi Me ? j'ai fait un copié collé dans un nouveau module, mais rien ne fonctionne
par contre oui juste ça :
UserForm1.Caption = "Le titre"
UserForm1.OptionButton1.Caption = "test1"
UserForm1.OptionButton2.Caption = "test2"
UserForm1.Show
Private Sub UserForm1_Initialize()
Me.Caption = "Le titre"
OptionButton1.Caption = "test1"
OptionButton2.Caption = "test2"
End Sub