Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a big table from column A to BP, though the number of column is not fixed. Sometimes it has additonal one or 2 extra columns append at the back, so it could reach until column BR. Regardless of how many columns I have in this table, I want to have a macro that could turn on autofilter, filter column J for a value e.g. "John, C", and then filter column AC and R for non-blank cells. I tried the following, but it doesn't work. ..Columns("J:J").AutoFilter field:=1, Criteria1:="John, C" ..Columns("AC:AC").AutoFilter field:=1, Criteria1:="<" ..Columns("R:R").AutoFilter field:=1, Criteria1:="<" Can anyone help? choo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fixed 26 million rows, now 16,000 columns- help help! | Excel Discussion (Misc queries) | |||
formula to stay fixed on two columns as you add more columns | Excel Discussion (Misc queries) | |||
fixed columns | Excel Worksheet Functions | |||
Fixed Columns | Excel Programming | |||
Printing fixed columns and rows | Excel Programming |