Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I suppose that 'Range("A1:R1").AutoFilter' doesn't recognize the range of data correctly. when the target range has no data, autofilter might fail. release the filter, then try this: ExlSheet.Range("A1").AutoFilter(Field:=1, Criteria1:= strSRNo, VisibleDropdown:=False) or ExlSheet.Range("A1").CurrentRegion.AutoFilter(Fiel d:=1, Criteria1:= strSRNo, VisibleDropdown:=False) -- HTH okaizawa Shalini wrote: I want to perform the Autofilter programmatically using .Net but it is not happening. Code, which I have written, is as under: ExlSheet.Range("A1:R1").AutoFilter(Field:=1, Criteria1:="=" & strSRNo, Visibledropdown:=False) Please do the needful Regards, Shalini |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2007 autofilter change to 2003 autofilter functionality? | Excel Discussion (Misc queries) | |||
2007 excel autofilter back to 2003 autofilter? | Excel Discussion (Misc queries) | |||
2007 excel autofilter change back to 2003 autofilter? | Excel Discussion (Misc queries) | |||
2007 Autofilter worse than 2003 Autofilter | Excel Discussion (Misc queries) | |||
How to Sort within AutoFilter with Protection on (and AutoFilter . | Excel Discussion (Misc queries) |