S
serge
I'a using this formula to find a date in a sheet:
Set vRng = Blad2.Range("Rapport_Week").Cells.Find(What:=iMonday
LookIn:=xlFormulas, _
SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False)
If iMonday = 01/01/2004, i get as a result cells with the dat
01/11/2004.
What's wrong in the formula
Set vRng = Blad2.Range("Rapport_Week").Cells.Find(What:=iMonday
LookIn:=xlFormulas, _
SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False)
If iMonday = 01/01/2004, i get as a result cells with the dat
01/11/2004.
What's wrong in the formula