Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
Simple list spreadsheet, column headings, etc... Have a combo on a form I'd like to populate with unique values from a column in the range. Current code works fine (obviously selecting cells first), but no way to only show unique values? Any idea how can I eliminate them? ' start of code Dim item As Range For Each item In Selection cmbDept.AddItem item Next ' end of code Any ideas? TIA, Piers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populate combo box with unique values only | Excel Discussion (Misc queries) | |||
how to populate a combobox with a list of unique values? | Excel Programming | |||
Calling (Function?) from Userform_Initialize to generate list of unique values for Combo box | Excel Programming | |||
Configure Combo Box to Show Unique List Values Only? | Excel Programming | |||
Extract unique values from worksheet into form | Excel Programming |