View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
snowiii snowiii is offline
external usenet poster
 
Posts: 1
Default Filtering using multiple selected items in a list box

I am building a spreadsheet that has a listbox with items representing a
column of data that I want to filter on. The user can select one or more
than one item to filter and view. As of now I can filter on the first item
selected but the macro ignores the second, etc.. selection..

Does anyone have a canned vb code that allows for filtering on more than one
selection from a list box that has multiselect?