Exit sub
Résolu/Fermé2 réponses
f894009
Messages postés
17205
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
19 octobre 2024
1 709
5 mai 2016 à 10:41
5 mai 2016 à 10:41
Bonjour,
une facon de faire:
une facon de faire:
Dim ligne snom = InputBox("introduire Nom ") Set ligne = Sheets("Feuil1").[B:B].Find(snom, LookIn:=xlValues) If Not ligne Is Nothing Then nom = Sheets("Feuil1").Cells(ligne.Row, 2) prenom = Sheets("Feuil1").Cells(ligne.Row, 3) ville = Sheets("Feuil1").Cells(ligne.Row, 4) End If