A voir également:
- Error 91
- Eespt technical error ✓ - Forum TNT / Satellite / Réception
- Cmos checksum error ✓ - Forum Carte-mère/mémoire
- Error 0x80070643 - Accueil - Windows
- Cpu over temperature error - Forum Matériel & Système
- Error 10 pioneer ✓ - Forum Autoradio
4 réponses
f894009
Messages postés
17207
Date d'inscription
dimanche 25 novembre 2007
Statut
Membre
Dernière intervention
20 décembre 2024
1 711
20 sept. 2017 à 10:12
20 sept. 2017 à 10:12
Bonjour,
Private Sub onvatrouver() Dim chaine As String Dim maPlage As Range Dim trouve As Range chaine = "xxx" Set maPlage = ActiveSheet.Columns(3) Set trouve = maPlage.Cells.Find(what:=chaine, LookAt:=xlWhole) If Not trouve Is Nothing Then MsgBox trouve.Address Else MsgBox "Pas trouvé, désolé........." End If End Sub