View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default List Box Selection

Hi

Put

List1.Listindex = List1.Listcount-1

in the form's Initialize event.

HTH. Best wishes Harald

"James W." skrev i melding
...
Quick list box question...
How can I have the last row in a list box selected when my user form is
loaded.