View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hanawakun hanawakun is offline
external usenet poster
 
Posts: 1
Default Get the list from Autofilter after filter some criteria

Dear All and MVPs, I have created my userform and there are some dropdown box
there. In order to ease and simply user on selecting, this userform works
similarly and base on Autofilter from the workbook. E.g., a file contains
Company Name and Product Name. Since some companies may carry more than one
product, after user selected the company on my userform, the product
Combo(dropdown) listbox only shows the product(s) the company carries. My
method is using Autofilter on the worksheet and set the criteria as the user
selection on the workbook. How can I get the autofilter list from the Excel
autofiler? Or I have to do looping to check? Please advise. Thanks in advance.