Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With Worksheets("Wkly Renewals").ListBox1
For LstBxItem = 0 To .ListCount - 1 If .Selected(LstBxItem) Then MsgBox .List(LstBxItem) MsgBox LstBxItem.Value end with When it hits the line MsgBox .List(LstBxItem) it displays the value. In this case its index item 0 so it displays the index item 0 which is the value "Jan Week 1" When it gets to the MsgBox LstBxItem.Value line, I get the error Runtime error 424 object required. Why is this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem using INDEX to select items in listbox | Excel Discussion (Misc queries) | |||
Listbox Problem | Excel Discussion (Misc queries) | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Filling a listbox depending on font index | Excel Programming | |||
Listbox problem | Excel Programming |