Hello master,
I want filtering data with condition date (Today + 3) from two cells
Lot Date Lot Date
1 13-Nov-14 5 9-sep-14
3 11-Nov-14 4 15-sep-14
6 16-Nov-14 11 4-Des-2014
8 8-Des-14 12 16-Nov-2014
and this my code
I use this function but doesn't work well.
Thanks
AsparAgus
I want filtering data with condition date (Today + 3) from two cells
Lot Date Lot Date
1 13-Nov-14 5 9-sep-14
3 11-Nov-14 4 15-sep-14
6 16-Nov-14 11 4-Des-2014
8 8-Des-14 12 16-Nov-2014
and this my code
Code:
Range("B6:B2000", "D6:D2000").AutoFilter 1, Criteria1:=">" & stDate, _
Operator:=xlAnd, Criteria2:="<" & stDate1
I use this function but doesn't work well.
Thanks
AsparAgus