Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Always I face a problem when i try to filter a range based on date. If I do it manually it works fine. But when I try to do this thru code it dont work. May be there is a better way to do this? when I recoded my action i get: Sheets("Detail").select Range("A1").AutoFilter Field:=1, Criteria1:="=01/07/2006", Operator:=xlAnd _ , Criteria2:="<=31/07/2006" and when i run this code again no records are shown !!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro filter based on date criteria | Excel Discussion (Misc queries) | |||
Filter latest date from multiple date entries | Excel Worksheet Functions | |||
Dupliate names with different date Filter for newest date | Excel Discussion (Misc queries) | |||
Sumproduct based which also weights data based on date | Excel Worksheet Functions | |||
copy date based on date -refer to date range | Excel Programming |