Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a combobox in worksheet2= (Users) and the dynamic list=(PickerList)
for it is in worksheet3=(SetUp) . Currently i have the combobox coded so that the current active cell value becomes the value of the combobox , if a selection is not in the combobox the user can select the word "add" from the list and an input box will arrive for them to enter the non existing text. all is well and working as intended , except for the fact i would like to know if it is possible to get there entry in the inputbox to add itself to the dynamic list ? Here is the code currently being used, Private Sub ComboBox1_Change() ActiveCell.Value = ComboBox1.Value If ComboBox1.Value = "Add" Then res = InputBox("ADD NAME") If res < "" Then ComboBox1.Value = res End If End If End Sub (lol)please keep in mind i'm no expert in vb code. Thanks in advance to anyone willing to help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code needed | New Users to Excel | |||
vb code help needed | Excel Programming | |||
Help Please - last bit of code needed | Excel Programming | |||
VBA code help needed | Excel Discussion (Misc queries) | |||
Fw:code needed | Excel Programming |