Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel
|
|||
|
|||
![]()
Hello
Im using a simple loop to check part od a column an add thecontents of its cells to a dropdown list. The code is below rowno = 9 Do Until IsEmpty(ActiveSheet.Cells(rowno, 2).Value) Me.cmbHolding.AddItem ActiveSheet.Cells(rowno, 2).Value rowno = rowno + 1 Loop Problem is the items from the column can occur more than one, but I would like to include them in the dropdown list only once. Is there a commonly used solution for this as I imagine it is a common problem. Thanks Ian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplication of items from a drop down list | Excel Discussion (Misc queries) | |||
How to sort out a list of numbers without duplication? | Excel Discussion (Misc queries) | |||
Eliminate List Duplication | Excel Discussion (Misc queries) | |||
Drop down list - copy from different workbook - Name duplication e | Excel Discussion (Misc queries) | |||
Drop-down box automation - cell duplication. | Excel Programming |