Bonjour,
Lorsque j'appuie sur mon bouton j'ai une erreur qui survient
Mais pourquoi ???Erreur d'exécution '6' :
Dépassement de capacité
Merci de bien vouloir m'aider.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 Private Sub CommandButton1_Click() Dim j as Integer Dim i As Double ... For i = 9 To j f1.Cells(i, 7) = f1.Cells(i, 5) / f1.Cells(i, 3) Next i
Benjycool
Partager