View Single Post
 
Old 06-15-2018, 12:02 PM
LearnerExcel LearnerExcel is offline Windows 7 32bit Office 2013
Advanced Beginner
 
Join Date: Nov 2016
Posts: 82
LearnerExcel will become famous soon enoughLearnerExcel will become famous soon enough
Default 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
Reply With Quote