Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the add item way to populate a combobox in a userform
Private Sub Userform_Initialize() With Me.ComboBox1 .AddItem "A" .AddItem "B" .AddItem "C" ..AddItem "" End With End Sub How does one add an Item when the user types in a name that is not in the list |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Best way to populate worksheet from 2 combo boxes | Excel Worksheet Functions | |||
Populate combo box with unique values only | Excel Discussion (Misc queries) | |||
Populate a combo Box | Excel Worksheet Functions | |||
Populate embedded combo box | Excel Worksheet Functions | |||
Populate embedded combo box | Excel Worksheet Functions |