Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I use the auto filter all the time. I'm looking to highlight, follow ups,
pendings, etc. then be able to use the drop down menu for "all red," "all blue," etc. I can't seem to figure out how to do it. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
It's not easy. Ron de Bruin has developed an addin. Check it out at
http://www.rondebruin.nl/easyfilter.htm, bottom of the page. -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "infinitodd" wrote in message ... I use the auto filter all the time. I'm looking to highlight, follow ups, pendings, etc. then be able to use the drop down menu for "all red," "all blue," etc. I can't seem to figure out how to do it. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() You can use a Custom Function to return the InteriorColor of a cell - and then use this as your AutoFilter Criteria. Type the following into VBA: Function InteriorColor(CellColor As Range) InteriorColor = CellColor.Interior.ColorIndex End Function And then in Excel type =InteriorColor(A1) There is a very nice tutorial on Filters which includes an axample on your question. Goto http://www.excelexchange.com/Using%2...%20Filter.html Michael -- michael.a7 ------------------------------------------------------------------------ michael.a7's Profile: http://www.excelforum.com/member.php...o&userid=33027 View this thread: http://www.excelforum.com/showthread...hreadid=528341 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel should allow me to filter rows on basis of the cell color | Excel Worksheet Functions | |||
Q: Auto filter "selected" color | Excel Discussion (Misc queries) | |||
Auto Filter - Protected sheet/workbook | Excel Discussion (Misc queries) | |||
Conditionally setting background color of a cell | Excel Discussion (Misc queries) | |||
Why can't my macro use Auto Filter when I told the Sheet Protecti. | Excel Worksheet Functions |