Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a list of records in col B thru F.
I wish to filter based on a start date and end date. These dates are located in cells O3 and O5. The dates are in col B Range("B1:F1").Select ' This is the header Selection.AutoFilter Field:=1, Criteria1:="==RANGE(""O3"")", Operator:= _ xlAnd, Criteria2:="<==RANGE(""O5"") This filters out all records Can anyone help? oldjay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MAX value but with two comparison filtering criteria | Excel Discussion (Misc queries) | |||
Filtering by criteria | Excel Programming | |||
Remote Filtering | Excel Discussion (Misc queries) | |||
Advanced Filtering criteria | Excel Programming | |||
Database Filtering and Import or Copy to Remote Client Workbook | Excel Programming |