I'm not sure what you mean by filter "tabs". ("tabs" is a term derived from the index tabs on file folders that the sheet "tabs" are made to resemble) You may be referring to the autofilter pull-down/drop-downs? So, it sounds like you want to enter a value into a cell and have the autofilters update for each keystroke. that SPECIFICALLY isn't possible. Because the Excel "events" that apply to the cell are Selection and Change events. Which only, as you observed, get triggered when you exit the cell. However, you COULD use a userform. Use the SelectionChange event to determine if the specific cell is selected and open the userform. The userform change event IS on a keystroke basis. you update the autofilters as keys are typed, then write the value to the cell when the userform exits.
Paul ----------------------------------------- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley ----------------------------------------- >________________________________ > From: Bill Q <ronsmith...@gmail.com> >To: excel-macros@googlegroups.com >Sent: Thursday, January 22, 2015 12:15 PM >Subject: $$Excel-Macros$$ Search Box - Event Macro ?? > > > >Hi, > > >I currently use filter tabs when filtering data. It is a very useful. > > >However, what I would like is to have a search cell (Say "A1")that >specifically would filter All cells from A3 to A10000 that "contain" what ever >is typed in as you type in without having to press the enter button or getting >out of the cell. Yes, there would be data in other cells. > > >So essentially this would be just like a filter tab, but without having to go >through that extra step(s). > > >Any takers ? > > >Thanks. -- >Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s >=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >https://www.facebook.com/discussexcel > >FORUM RULES > >1) Use concise, accurate thread titles. Poor thread titles, like Please Help, >Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get >quick attention or may not be answered. >2) Don't post a question in the thread of another member. >3) Don't post questions regarding breaking or bypassing any security measure. >4) Acknowledge the responses you receive, good or bad. >5) Jobs posting is not allowed. >6) Sharing copyrighted material and their links is not allowed. > >NOTE : Don't ever post confidential data in a workbook. Forum owners and >members are not responsible for any loss. >--- >You received this message because you are subscribed to the Google Groups "MS >EXCEL AND VBA MACROS" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to excel-macros+unsubscr...@googlegroups.com. >To post to this group, send email to excel-macros@googlegroups.com. >Visit this group at http://groups.google.com/group/excel-macros. >For more options, visit https://groups.google.com/d/optout. > > > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To post to this group, send email to excel-macros@googlegroups.com. Visit this group at http://groups.google.com/group/excel-macros. For more options, visit https://groups.google.com/d/optout.