View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
R.VENKATARAMAN R.VENKATARAMAN is offline
external usenet poster
 
Posts: 30
Default How to get enique records from data list?

if it is a single column list try advance filter and unique records only


Ricky S wrote in message
...
How can I get enique records from a data list in a
worksheet to fill a listbox? I know how to add items to the
list box but isnt there a function to extract the records?

Thanks RS