Hi
Thanks for the help!
So what your saying is that in the vba code:
Set DateMatch = .Range("A1:A400" & .Cells(Rows.Count, 1).End(xlUp).Row).Find(Datepick.Value, LookIn:=xlValues, lookat:=xlWhole)
I should search for both at the same time, to get the right match?
Can you realy use that to check for an array of values?
Bookmarks