Salut, je cherche a executer soit la partie du haut ou celle du bas, selon la valeur de `limit, quel est mon erreur?
Private Sub CommandButton11_Click()
If limit Then
Range("i65536").End(xlUp).Select
limit = False
End If
ElseIf limit = False Then
Range("I3").Select
limit = True
End If
End Sub