View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rominall Rominall is offline
external usenet poster
 
Posts: 36
Default User Form List box, unique records listing

I have a user form with a list box that I would like to show the unique
records from one column in a worksheet.

I've thought about several ways to do this but was wondering if there is a
really easy way using arrays. The unique records would only need to be
available for this list box so I don't need to store them anywhere but the
list will change frequently.

Any help or thoughts would be appreciated.