View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Filter using a Text Box??

this link shows how to use an autofilter to perform a specific task, but it
also shows the code for using an autofilter. You can just modify it to
accept the value from your cell and call the code from the change event.

--
Regards,
Tom Ogilvy


"JDebo" wrote:

I want to have a Text box or Control Box (Something like this) that I can
type data in and hit "Enter" to filter my worksheet using this Data. Is this
Possible?