Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey Gang,
Excel 2003 Thanks to Max and Bob is the MISC group I was able to create a dummy column and use it to filter three columns of data. What I am looking for is a method to do this using VBA (since I'm lazy and want to assign a macro to a button on a toolbar). Basically what I need is VBA code to: 1. Turn on the AutoFilter (which I know how to do), and, 2. Apply a filter to Column "T" (actually T2:T1529), for every value that is "True" FYI - column "T" is looking for every record in columns "E, F, and G" that is "N" (formula is: "=COUNTIF(E2:G2,"N")0"). Reason I mention this is I wouldn't mind being able to get rid of Column "T" (dummy column) and have code that turns on the AutoFilter and filters all records where columns "E, F, OR G" have "N". Either option would be much appreciated. TIA! -- Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you apply the auto filter to data that are filtered? | Excel Worksheet Functions | |||
Column hidden and Auto filter | Excel Worksheet Functions | |||
How can I auto refresh a column that has an auto filter in place | Excel Discussion (Misc queries) | |||
Auto Filter Single Column | Excel Discussion (Misc queries) | |||
How do I use auto filter on only 1 column in a spreadsheet? | Excel Worksheet Functions |