Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
Why is it that I can't populate a combobox the following way: Sheet1.ComboBox2.List(intRow, 1) = RS.Fields("test01").Value Sheet1.ComboBox2.List(intRow, 2) = RS.Fields("test02").Value RS.MoveNext I got this idea based on the Help file from Excel 2003 I have defined the number of Column = 2 i tried Dick Kusleika way, without problem: Sheet1.ComboBox2.AddItem RS.Fields("test01").Value Sheet1.ComboBox2.List(Sheet1.ComboBox2.ListCount - 1, 1) = RS.Fields("test02").Value thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find a value with multi-column, multi-record list | Excel Worksheet Functions | |||
match in multi-column and multi-row array | Excel Discussion (Misc queries) | |||
Multi-column Combo Box | Excel Programming | |||
Extract values from a multi-select multi-column list-box | Excel Programming | |||
Multiple Column ComboBox using Additem | Excel Programming |