How can I make it that one list item is always selected? Not any items in particular, just any one item.
Printable View
How can I make it that one list item is always selected? Not any items in particular, just any one item.
Not quite sure if I get what your doing but the only time I could get an item not to be selected is when the form first loads. So in that case just set the selected index for the listbox like:
ListBox1.SelectedIndex=1 'or any number you choose