How to autofilter by exact date?
How can I retrieve the data by filtering exact date by editing the following code?
.AutoFilter Field:=12, Criteria1:=">=" & STARTDATE
Example: If I enter 6/15/2018, it should show only the rows that contain the STARTDATE as 6/15/2018
|