
Originally Posted by
gsrai31
Hi HTH
Thanks for looking into this for me. The second part of the process to use combo box to filter data already work. But the combo box is populated from a static list of values. Can you please write the code that will derive the list using Data Filter Advanced procedure you mentioned and paste the list in another location. List also needs to exclude header text. Thanks for your help.
gsrai31
Hi,
The following assumes
1. That the top left cell on your data sheet is named 'Data_Top' and that all your data is in a contiguous range (so that the .CurrentRegion property is valid).
2. The cell on the summary sheet that contains the field heading for which you want a unique list, is named 'Data_Out'
Now create the following Procedure and run it.
Bookmarks