I've got this code which is supposed to filter column 13 between two dates:
ActiveSheet.Range("A2:AI" & LastrowPP).AutoFilter Field:=13, Criteria1:=">=" & DateValue(Newindate), Criteria2:="<=" & DateValue(NewOutDate)
The dates are "dd/mm/yyyy" formatted, and as an example they are...