bonjour je suis confronter a un problème je cherche comment faire une recherche sur 3 onglet de mon classeur j'utilise cette macro pour rechercher sur un seul onglet mais je sais pas comment faire sur plusieur onglet
merci pour votre aide
Code:
With Sheets("DONNEE")
If Flag = True Then Exit Sub
Flag = True
On Error Resume Next
If ComboA = Left((.Cells(ComboA.ListIndex + 8, 1)), Len(ComboA)) Then
ComboB = .Cells(ComboA.ListIndex + 8, 2)
TXT = .Cells(ComboA.ListIndex + 8, 5)
TXT0 = .Cells(ComboA.ListIndex + 8, 3)
merci pour votre aide