ListBox Highlight item

  • Thread starter Thread starter Carlo
  • Start date Start date
* (e-mail address removed) (Carlo) scripsit:
How do I highlight the first item appearing in a list box?

Try 'Me.ListBox1.SelectedIndex = Me.ListBox1.TopIndex'.
 
Back
Top