View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephan Bielicke Stephan Bielicke is offline
external usenet poster
 
Posts: 3
Default Creating a listbox from a column

Hello,

how can I get the entries of some column from a worksheet into a Listbox
that is part of an UserForm.
The column contains repeating entries, but the Listbox should show each
different entry only once.
Is there a short way to do this?
And another problem with this: If there is a filter on the worksheet, how
can I decide to use all entries or only those, shown by the filter?

Thanks

Stephan