Syntaxe rechercheV en VBA
wil_2638
-
Patrice33740 Messages postés 8561 Date d'inscription Statut Membre Dernière intervention -
Patrice33740 Messages postés 8561 Date d'inscription Statut Membre Dernière intervention -
Bonjour
je cherche à faire une recherche V via VBA
j'ai utilisé le code ci-dessous mais cela ne fonctionne pas
Sub TEST()
Dim Resultat As Variant
Worksheets("Feuille1").Columns("F:F").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Resultat = Application.VLookup(Worksheets("Feuille1").Range("E2"), Worksheets("table_B").Range("$C:$E"), 3, False)
end sub
pouvez vous m'aider
je cherche à faire une recherche V via VBA
j'ai utilisé le code ci-dessous mais cela ne fonctionne pas
Sub TEST()
Dim Resultat As Variant
Worksheets("Feuille1").Columns("F:F").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Resultat = Application.VLookup(Worksheets("Feuille1").Range("E2"), Worksheets("table_B").Range("$C:$E"), 3, False)
end sub
pouvez vous m'aider
A voir également:
- Syntaxe rechercheV en VBA
- Excel compter cellule couleur sans vba - Guide
- Recherchev contient ✓ - Forum Excel
- Recherchev ne renvoie pas la bonne valeur ✓ - Forum Excel
- Vba attendre 1 seconde ✓ - Forum VB / VBA
- Vba ouvrir un fichier excel avec chemin ✓ - Forum VB / VBA