List Box Selection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Quick list box question...
How can I have the last row in a list box selected when my user form is
loaded.
 
Hi

Put

List1.Listindex = List1.Listcount-1

in the form's Initialize event.

HTH. Best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top