bonjour,
j'ai un problème avec ce code:
Private Sub Enregistrer_Click()
End Sub
Private Sub CommandButton1_Click()
If Me.Description = "" Or Me.Catégorie.ListIndex < 0 Or Me.Subcat.ListIndex < 0 Or Me.txdate = "" Or Me.somme = "" Or Me.compte.ListIndex < 0 Or Me. créancier = "" Then
MsgBox "il manques des informations"
Else
'controler si la base de donnée est vide oui ou non
If Sheets("input").Range(“b3”) <> “” Then <============= le débogage vient de là apparemment
Sheets(“input”).ListObjects(1).ListRows.Add
End If
End If
End Sub
Pouvez- m'aider?merci d'avance!