Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I write in a macro ActiveSheet.Range("$B$5:$L$20000").AutoFilter Field:=2, Criteria1:=FirmCriteria then I should add also " or the firms which have blank as value". I tried to do it manually and do "record macro". But I could not succeed even manually. In manual way, I I tried some tricks like "less than 1" etc. but could not succeed. Thanks and regards, Cousin Excel |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try ActiveSheet.Range("$B$5:$L$20000").AutoFilter Field:=2, Criteria1:=FirmCriteria, Operator:=xlOr, Criteria2:="=" -- ------- Regards Roger Govier "CousinExcel" wrote in message ... Hi, I write in a macro ActiveSheet.Range("$B$5:$L$20000").AutoFilter Field:=2, Criteria1:=FirmCriteria then I should add also " or the firms which have blank as value". I tried to do it manually and do "record macro". But I could not succeed even manually. In manual way, I I tried some tricks like "less than 1" etc. but could not succeed. Thanks and regards, Cousin Excel __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4873 (20100217) __________ The message was checked by ESET Smart Security. http://www.eset.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Filter - how to collapse "non-blank" cells in a column? | Excel Discussion (Misc queries) | |||
How do I filter "Blank" cells in Pivot Table | Excel Discussion (Misc queries) | |||
How to find "*" in Excel custom filter | Excel Discussion (Misc queries) | |||
How do I use the criteria "is not blank" in a SUMIF formula? | Excel Worksheet Functions | |||
Changing "returned" values from "0" to "blank" | Excel Worksheet Functions |