Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the following code to populate a combobox (on a userform) with a list
of names and associated numbers (colour codes) Dim BuMs() ReDim BuMs(y, 1) BuMs(1,0)="Fred" BuMs(1,1)=1 cmbBuMs.List = BuMs The combobox displays the names, but when I process the form, I also want to use the colur code, how do I access it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
columns Widths for ComboBox | Excel Discussion (Misc queries) | |||
Multi-column combobox - allow text to span columns? | Excel Programming | |||
OFFSET for multiple columns & combobox format | Charts and Charting in Excel | |||
Select entire columns in worksheet and place into combobox | Excel Programming | |||
combobox with columns | Excel Programming |