Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi There,
Can Anyone help me out here Please, I want to Filter a spreadsheet by Two criteria that refer to values in another workbook: Greater than the Date in Cell A3 and Less than the Date in Cell A9. How on earth can I do this? I tried: Selection.AutoFilter Field:=4, Criteria1:= _ "'[Other File.xls]Sheet1'!$A$3", _ Operator:=xlAnd Selection.AutoFilter Field:=4, Criteria1:= _ "<='[Other File.xls]Sheet1'!$A$9", _ Operator:=xlAnd and this doesn't work. The Filter is on but isn't showing Any entries... I Really appreciate Your help!! Rgds, Hilvert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter Criteria | Excel Programming | |||
AutoFilter Criteria in VBA | Excel Programming | |||
autofilter criteria | Excel Programming | |||
Selection.AutoFilter Field / Criteria = criteria sometimes non-existing on worksheet | Excel Programming | |||
Autofilter criteria not yet known | Excel Programming |