Quick list box question...
How can I have the last row in a list box selected when my user form is
loaded.
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
"James W." <JamesW@discussions.microsoft.com> skrev i melding
news:0564C141-B069-4D43-9BAE-0CCD63258D2E@microsoft.com...
> Quick list box question...
> How can I have the last row in a list box selected when my user form is
> loaded.
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks