Erreur suite à Recherche V
Résolu
thyroox
Messages postés
34
Date d'inscription
Statut
Membre
Dernière intervention
-
thyroox Messages postés 34 Date d'inscription Statut Membre Dernière intervention -
thyroox Messages postés 34 Date d'inscription Statut Membre Dernière intervention -
A voir également:
- Erreur suite à Recherche V
- Recherche automatique des chaînes ne fonctionne pas - Guide
- Hyper-v download - Télécharger - Divers Utilitaires
- Comment faire une recherche à partir d'une photo - Guide
- Je recherche une chanson - Guide
- Erreur 0x80070643 - Accueil - Windows
1 réponse
Bonjour,
une facon de faire:
une facon de faire:
Dim DL As Integer Dim X As Integer DL = Cells(Application.Rows.Count, "A").End(xlUp).Row For X = 2 To DL With Sheets("NOUVEAU") VL = WorksheetFunction.VLookup(.Range("K" & X).Value, Sheets("ANCIEN").Range("K1:L1000"), 2, False) If Not IsError(VL) Then 'traitement erreur .Range("L" & X).Value = VL End If End With Next X
Merci de ton aide :)
Cordialement
Thyroox