K
kirkm
Could someone please explain how to consistently set the first
item in the list box to selected (i.e. highlit) without needing to
click on it?
I've tried
List1.Selected(0) = True
and
list1.listindex = 0
Both *seemed* to work, but occasionaly fail.
Thanks - Kirk
PS it's not a MultiSelect listbox.
item in the list box to selected (i.e. highlit) without needing to
click on it?
I've tried
List1.Selected(0) = True
and
list1.listindex = 0
Both *seemed* to work, but occasionaly fail.
Thanks - Kirk
PS it's not a MultiSelect listbox.