View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default using autofilter data

You could do it with VBA (macros). A quick example would be to record
yourself using the autofilter. Then use Alt+F11 to bring up the coding in one
of the modules. You'll see that the VBA calls out an autofilter criteria. You
could program this criteria to be the value of any cell, including a cell
that has a data validation dropdown.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"edward" wrote:

Is it possible to get access to data appearing on the auto filter dropdown
lists which show at the top of the filtered range?
Would it be possible to control filtering operation from data validation
dropdown lists put on a different worksheet than that containing the
filtered range?