Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Max
use this to feed the form: Sub feedtheform() mylist = Array("red", "orange", "green") UserForm1.ComboBox1.List = mylist UserForm1.Show End Sub and this to get your value Private Sub ComboBox1_Change() dim myvalue as integer myvalue = UserForm1.ComboBox1.ListIndex + 1 MsgBox myvalue End Sub Hope this helps. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Binding Pictures to Cells | Excel Discussion (Misc queries) | |||
Late Binding examples of binding excel application | Excel Programming | |||
XML Data Binding | Excel Programming | |||
EARLY binding or LATE binding ? | Excel Programming | |||
Putting Listbox data in cells | Excel Programming |