C@thy
XLDnaute Barbatruc
bonjour le forum,
j'ai le code suivant :
tantôt ça marche bien, tantôt sur l'instruction Match j'ai une erreur incompatibilité de type.
Pourriez-vous me dire comment y remédier?
En vous remerciant😎,
C@thy
j'ai le code suivant :
Code:
Sub position()
Dim A As Range, b As Double, c As Long
derlig = Range("C1048576").End(xlUp).Row
Set A = Sheets("Flux 154").Range("C9:C" & derlig)
b = CDbl(Date)
c = Application.Match(b, A, 0)
LigneFlux = A(c).Row
Range("C" & LigneFlux).Select
End Sub
Pourriez-vous me dire comment y remédier?
En vous remerciant😎,
C@thy