Problème Find vba
Résolu/Fermé
A voir également:
- Problème Find vba
- Excel compter cellule couleur sans vba - Guide
- Vba attendre 1 seconde ✓ - Forum VB / VBA
- Ava find - Télécharger - Divers Utilitaires
- Partition find and mount - Télécharger - Récupération de données
- Find ctime ✓ - Forum Shell
2 réponses
Pardon modifie quelque truc,
NomLivreBox est la textbox ou l'utilisateur rentre le nom du livre a rechercher :
Private Sub Rechercher_Click()
NomLivreRechercherBox.Visible = True 'TextBox correspondant au résultat de la recherche'
NomLivreRechercherBox.Value = Range("A2:A999").Find(NomLivreBox.Value, "A2")
End Sub
NomLivreBox est la textbox ou l'utilisateur rentre le nom du livre a rechercher :
Private Sub Rechercher_Click()
NomLivreRechercherBox.Visible = True 'TextBox correspondant au résultat de la recherche'
NomLivreRechercherBox.Value = Range("A2:A999").Find(NomLivreBox.Value, "A2")
End Sub