a tous
je me lance dans le VBA et j'aimerai savoir comment (dans un USF avec des ctrl Label et ctrl TxtBox) je peux rentrer des variables pour ensuite les afficher dans la feuil ecxel concernée
j'ai monté ce prog:
Private Sub CBoxcons_Change()
End Sub
Private Sub CommandButton1_Click()
If OptionButton1 = False And OptionButton2 = False Then
MsgBox ("Faîtes un choix du type de consignation" ), vbCritical + vbOKOnly, "Alerte"
End If
UserForm1.Hide
End Sub
Private Sub Ldes_Click()
End Sub
Private Sub UserForm_Click()
End Sub
Private Sub OptionButton1_Click()
If OptionButton1.Value = True Then
Sheets("elect." ).Select
End If
End Sub
si vous pouvez me rencarder
bon surf