Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The value I input into textbox1 I want to add into
combobox1. But first I want the code to check combobox1 first to see if the value exists, if it does then the code stops, if not then add it in. I have this already but am stuck: If combobox1.? = textbox1.text Then GoTo end Else: cmbRollNumber.AddItem (txtBAID.Text) End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Combo boxes to change options based on other Combo boxes. | New Users to Excel | |||
Combo boxes | Excel Discussion (Misc queries) | |||
Selecting subsets using combo boxes or list boxes | Excel Discussion (Misc queries) | |||
Questions on combo boxes and list boxes. | New Users to Excel | |||
Combo Boxes | Excel Programming |