Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day,
Is it possible to use the AddItem method to a 2-column ListBox? My efforts has so far resulted in the code below but now I´am stuck. Brgds CG Rosén ------------------------------------------------- For i = 2 To 50 If Sheets("constants").Cells(i, 6).Value = 1 Item1 = Sheets("constants").Cells(i, 4) Item2 = Sheets("constants").Cells(i, 5) UserForm2.ListBox1.AddItem Item1 ' add to column 1??? UserForm2.ListBox1.AddItem Item2 ' add to column 2??? End If Next i |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
additem to combobox with an array | Excel Discussion (Misc queries) | |||
Help with: ListBox1.AddItem (ws.Name) | Excel Worksheet Functions | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
additem to listbox built on the fly | Excel Programming |