Hi
i'm trying to use this...
...to select some items in a listbox. I've had this work on another list where the only differerence is the column ref. i used col(0) instead of col(1).
am i doing anything wrong here?
thanks
i'm trying to use this...
Code:
for i = i to myForm.myList.listcount -1
If myForm.myList.Column(1, i) = myValueThen
myForm.myList.Selected(i) = True
End If
next
am i doing anything wrong here?
thanks