OVH Cloud OVH Cloud

Fonction RECHERCHEV et VBA

2 réponses
Avatar
JFL
Bonjour à tous,

Je cherche, en vain, à créer une fonction VBA incluant la fonction de
feuille de calcul RECHERCHEV.

Dans ma feuille j'utilise ==> RECHERCHEV(36;Remise_Quantitative;2;VRAI)


Merci d'avance à vous.


JFL

2 réponses

Avatar
JB
Bonjour,

montant6
x = Application.VLookup(montant, Range("A1:D100"),2, True)
x = Application.VLookup(montant, Range("Remise_Quantitative"), 2,
True)

JB
On 30 jan, 09:32, JFL wrote:
Bonjour à tous,

Je cherche, en vain, à créer une fonction VBA incluant la fonction de
feuille de calcul RECHERCHEV.

Dans ma feuille j'utilise ==> RECHERCHEV(36;Remise_Quantitative;2;VRA I)

Merci d'avance à vous.

JFL


Avatar
JFL
Bonjour,

montant6
x = Application.VLookup(montant, Range("A1:D100"),2, True)
x = Application.VLookup(montant, Range("Remise_Quantitative"), 2,
True)

JB



Grand merci à vous !!!

Cela fonctionne très bien.

JFL