filtering to show items in a listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a protected spreadsheet that I would like to allow users to filter. I
have previously setup macros to allow them to filter on column A which has 5
different categories on it. However, they want to filter on various
combinations of those categories.
Is it possible to create a listbox in a userform that displays the 5
categories, and they can multi-select the options to pick which ones they
want to see. Then, the macro can read the categories selected and filter to
show the rows that match any one of those categories?
If this isn't possible, is there any other way of doing it, other than
writing a different macro for every combination possible?
 
hi,

It could help u:

Go to Menu data->validation->allow->List->Put ir values like "BCA","MCA"
as optional values
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top