View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chinx21 Chinx21 is offline
external usenet poster
 
Posts: 25
Default Duplicate row source of combobox (code pls.)

I have a combo box that contains value from a certain column of a worksheet.
That column has duplicate values.example:
Teacher
aa
bb
cc
dd
ee
ff
aa
cc
ee


What i want is for those duplicates not to appear in the combobox list.
Could Anyone help me pls.