With Sheet1.Range("C7:C1007")
Set rngFind = .Find(what:=CDate(Me.Rw2.Text), After:=Sheet1.[C1007], LookIn:=xlValues, lookat:=xlPart, SearchDirection:=xlNext)
End With
This is a line in my code
Some dates are not picking.
From 20th upwards does not work. But below 20th works fine. Can...