kelly mort
Well-known Member
- Joined
- Apr 10, 2017
- Messages
- 2,169
- Office Version
- 2016
- Platform
- Windows
Code:
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 someone point out what I am doing wrongly? Me.Rw2 houses the dates
The date is in dd-mm-yy