Formulaire D'inscription VBA Excel Format
Formulaire D'inscription VBA Excel Format
Formulaire D'inscription VBA Excel Format
Dim Ws As Worksheet
‘Pour le formulaire
Dim J As Long
Dim I As Integer
Set Ws = Sheets(« Clients ») ‘Correspond au nom de votre onglet dans le fichier Excel
With Me.ComboBox1
Next J
End With
For I = 1 To 7
Next I
End Sub
Dim I As Integer
Ligne = Me.ComboBox1.ListIndex + 2
ComboBox2 = Ws.Cells(Ligne, « B »)
For I = 1 To 7
End Sub
Dim L As Integer
End If
End Sub
Dim I As Integer
Ligne = Me.ComboBox1.ListIndex + 2
Ws.Cells(Ligne, « B ») = ComboBox2
For I = 1 To 7
End If
Next I
End If
End Sub
Unload Me
End Sub