Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does this solution add the new text to the drop down menu? so that next time
you use the combobox that value will be present? "HFB" wrote: BEAUTIFUL! Thanks heaps Tom :) "Tom Ogilvy" wrote: Private Sub Combobox1_Click() if Combobox1.Value = "Other" then res = Inputbox("enter special selection") if res < "" then combobox1.Value = res End if End if End Sub Make sure the style of the combobox is fmStyleDropDownCombo This is the default, so if you haven't changed it you should be OK. -- Regards, Tom Ogilvy "HFB" wrote in message ... yes "Chip" wrote: do you know how to make a userform? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo box - input Range | Excel Discussion (Misc queries) | |||
Combo Box input range automatic update | Excel Discussion (Misc queries) | |||
How can I calculate user input from a combo box into a formula? | Excel Worksheet Functions | |||
Variable Input Range for Combo Box | Excel Worksheet Functions | |||
Combo Box using Key Input | Excel Programming |