Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got this from a book and it is almost what I need but I need to twea
it and can't seem to make it work. The For i& makes me pick a range from 3 to 300 or a different number Is there a way to make it pickup only unique names in that column, s that the combo box only populates with those names and not a bunch o blank spaces??? Private Sub UserForm_Initialize() Dim i& With ThisWorkbook.Sheets("Active Collection") For i& = 3 To 300 cmbClient.AddItem .Cells(i&, 4).Value Next i& End With cmbClient.ListIndex = 0 End Sub I would like to still start with row 3 -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Random #'s for a population | Excel Discussion (Misc queries) | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
Date Population | Excel Worksheet Functions | |||
ComboBox Population of Cell Range | Excel Programming | |||
Userform text & combobox population help required please | Excel Programming |