Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
mhi,
is it possible to have a dropdown combox on a toolbar that has more than one column of data? I have tried using the following syntax: dim ctl as commandbarcombobox set ctl = Commandbars("test").controls.add(Type:=msoControlD ropdown) ctl.additem "1;first item" ctl.additem "2;second item" or ctl.additem "1,first item" ctl.additem "2,second item" but both only give a single column. How would I create a 2 column dropdown comobobox on a toolbar, then populate it? thanks in advance, Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find a value with multi-column, multi-record list | Excel Worksheet Functions | |||
Multi-select from a dropdown list | Excel Discussion (Misc queries) | |||
Custom Commandbar, dropdown vs combobox | Excel Programming | |||
Commandbar dropdown vs combobox, how do I set values | Excel Programming | |||
Extract values from a multi-select multi-column list-box | Excel Programming |