Exit sub
Résolu
odinateurs!
-
odinateurs! -
odinateurs! -
A voir également:
- B exit avis
- B&you - Guide
- Clavier essentiel b ne fonctionne pas ✓ - Forum Clavier
- B allemand ✓ - Forum Clavier
- Code ascii de b - Guide
- Voyant c et b imprimante canon - Forum Imprimante
2 réponses
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