Copie ligne d'une listbox
Résolu/Fermé
totof1868
Messages postés
6
Date d'inscription
vendredi 12 mai 2017
Statut
Membre
Dernière intervention
14 mai 2017
-
Modifié le 12 mai 2017 à 22:14
f894009 Messages postés 17205 Date d'inscription dimanche 25 novembre 2007 Statut Membre Dernière intervention 19 octobre 2024 - 14 mai 2017 à 20:24
f894009 Messages postés 17205 Date d'inscription dimanche 25 novembre 2007 Statut Membre Dernière intervention 19 octobre 2024 - 14 mai 2017 à 20:24
A voir également:
- Copie ligne d'une listbox
- Copie cachée - Guide
- Aller à la ligne excel - Guide
- Site de vente en ligne particulier - Guide
- Copie écran samsung - Guide
- Partager photos en ligne - Guide
1 réponse
f894009
Messages postés
17205
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
19 octobre 2024
1 709
13 mai 2017 à 08:31
13 mai 2017 à 08:31
Bonjour,
Private Sub CommandButton5_Click() Dim LigneDestination As Integer For i = 0 To ListBox3.ListCount - 1 If ListBox3.Selected(i) = True Then With Worksheets("Feuil2") LigneDestination = Range("A" & Rows.Count).End(xlUp).Row + 1 If LigneDestination < 2 Then LigneDestination = 2 .Cells(LigneDestination, 1) = ListBox3.List(i) .Cells(LigneDestination, 2) = ListBox3.List(i, 1) .Cells(LigneDestination, 3) = ListBox3.List(i, 2) .Cells(LigneDestination, 4) = ListBox3.List(i, 3) .Cells(LigneDestination, 5) = ListBox3.List(i, 4) .Cells(LigneDestination, 6) = ListBox3.List(i, 5) .Cells(LigneDestination, 7) = ListBox3.List(i, 6) .Cells(LigneDestination, 8) = ListBox3.List(i, 7) .Cells(LigneDestination, 9) = ListBox3.List(i, 8) .Cells(LigneDestination, 10) = ListBox3.List(i, 9) End With End If Next i End Sub
13 mai 2017 à 18:50
sa fais des jours que je cherche .Merci beaucoup pour ton aide
13 mai 2017 à 19:08
13 mai 2017 à 19:38
et de confirmer ce que tu souhaites obtenir: "il ne les copie pas a la suite mais les remplace" n'est pas une phrase très claire.
13 mai 2017 à 20:11
Par contre comment envoyez le fichier complet ?
14 mai 2017 à 07:09
Oui pour le fichier, car chez moi ce code fait ce que vous avez demande.
Pour transmettre un fichier,
Veillez a ce qu'il n'y ait PAS DE DONNEES CONFIDENTIELLES
il faut passer par un site de piËce jointe tel que cjoint.com
Allez sur ce site : https://www.cjoint.com/
Clic sur parcourir,
Cherche ton fichier,
clic sur ouvrir,
Clic sur "CrÈer le lien cjoint",
Copier le lien,
Revenir ici le coller dans une rÈponse...