Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need to set up 2 ComboBoxes. ComboBox1 contains two choices; "backen tools" or "frontend tools". Depending on the selected choice ComboBox will bring up a list of tools relating to that choice. So what I nee to know is how to pass the selected ComboBox1.Text value to ComboBox2 Once I have the value I can put an 'if' statement in the ComboBox2 cod such as: if passed value = "backend" then ComboBox2.AddItem("tool1") ComboBox2.AddItem("tool2") end if if passed value = "frontend" then ComboBox2.AddItem("tool10") ComboBox2.AddItem("tool11") end if Cheers Robbie:confused -- rjudg ----------------------------------------------------------------------- rjudge's Profile: http://www.excelforum.com/member.php...fo&userid=3298 View this thread: http://www.excelforum.com/showthread.php?threadid=53286 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i populate a text box according to selection in combobox? | Excel Worksheet Functions | |||
Populate a Combobox from range. | Excel Programming | |||
Populate combobox | Excel Programming | |||
populate combobox with sheet names | Excel Programming | |||
Populate a combobox | Excel Programming |