Aide débogage vba listbox
Fermé
BLBATHOR
Messages postés
11
Date d'inscription
dimanche 18 mars 2018
Statut
Membre
Dernière intervention
7 avril 2018
-
19 mars 2018 à 06:44
M-12 Messages postés 1332 Date d'inscription lundi 22 septembre 2008 Statut Membre Dernière intervention 18 février 2025 - 19 mars 2018 à 08:49
M-12 Messages postés 1332 Date d'inscription lundi 22 septembre 2008 Statut Membre Dernière intervention 18 février 2025 - 19 mars 2018 à 08:49
A voir également:
- Aide débogage vba listbox
- Excel compter cellule couleur sans vba - Guide
- Mkdir vba ✓ - Forum VB / VBA
- Récupérer données android écran cassé sans débogage usb forum - Forum Samsung
- L'indice n'appartient pas à la sélection vba ✓ - Forum Programmation
- Autofill vba ✓ - Forum Excel
2 réponses
gbinforme
Messages postés
14946
Date d'inscription
lundi 18 octobre 2004
Statut
Contributeur
Dernière intervention
24 juin 2020
4 716
19 mars 2018 à 08:36
19 mars 2018 à 08:36
Bonjour,
Il sert à quoi ton test sans action dépendante ?
Faudrait sans doute sortir
Il sert à quoi ton test sans action dépendante ?
If Me.ListBox1.ListIndex = -1 Then End If
Faudrait sans doute sortir
Exit Sub
M-12
Messages postés
1332
Date d'inscription
lundi 22 septembre 2008
Statut
Membre
Dernière intervention
18 février 2025
285
19 mars 2018 à 08:49
19 mars 2018 à 08:49
Bonjour
Erreur ici
Me.Controls("TExtBox" & I + 2).Value = "" (E majuscule)
Dim LI as Integer, n'est pas défini
f.Cells(ListBox1.Column(0, ListBox1.ListIndex), I).Value
serait plutôt
f.Cells(ListBox1.ListIndex + 1, I).Value
Erreur ici
Me.Controls("TExtBox" & I + 2).Value = "" (E majuscule)
Dim LI as Integer, n'est pas défini
f.Cells(ListBox1.Column(0, ListBox1.ListIndex), I).Value
serait plutôt
f.Cells(ListBox1.ListIndex + 1, I).Value