Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Normally you would get column 2 for the selected item
ListBox1.List(ListBox1.ListIndex, 2) but if you wanted a specific row, it is ListBox1.List(2,1) -- HTH Bob Phillips "Todd Huttenstine" wrote in message ups.com... Also lets say I want to change 1 specific value in the listbos xuch as row 3 column 2... How would I update this one value in the listbox? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
listbox B conditional of input in Listbox A | Excel Discussion (Misc queries) | |||
Multicolumn Listbox and ordinary listbox | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming | |||
Sorting ListBox results or transposing ListBox values to other cells for sorting | Excel Programming |