Samanathon
New Member
- Joined
- Apr 22, 2002
- Messages
- 12
I would like for a user to be able to click a button, a userform opens and the user can input data. This new data will be added to a combobox (ie: currently, this combobox has 4 items. The user wants to add another item. They click a button, input data into another userform. Now the combobox has 5 items).
My worksheet has two userforms: urfmShow_Information & urfmAdd_Airline.
urfmShow_Information has a combobox: cboAirlines
Userform urfmAdd_Airline has a textbox txtAdd_Airline and a button: cboAdd_Airline
So, the user wants to add a new airline to the combobox cboAirlines. They would click a button to load the userform urfmAdd_Airline, enter info into the textbox txtAdd_Airline and click the button cboAdd_Airline.
Now, the new info has been entered into combobox cboAirlines on the userform urfmAdd_Airline.
Any ideas?
My worksheet has two userforms: urfmShow_Information & urfmAdd_Airline.
urfmShow_Information has a combobox: cboAirlines
Userform urfmAdd_Airline has a textbox txtAdd_Airline and a button: cboAdd_Airline
So, the user wants to add a new airline to the combobox cboAirlines. They would click a button to load the userform urfmAdd_Airline, enter info into the textbox txtAdd_Airline and click the button cboAdd_Airline.
Now, the new info has been entered into combobox cboAirlines on the userform urfmAdd_Airline.
Any ideas?