How Do I Make Something In A List Box The Default Choice?
How Do I Make Something In A List Box The Default Choice?
Try Selecting It.
If you're happy with someone's help, click that little star at the bottom left of their post to give them Reps.
---Keep on Coding in the Free World---
Ha wow simply enough
If you want code to make the selection, you could try the following (you may have to adapt it to fit your own requirements).The 0 represents the first selection in the listbox. If you want to have say the 3rd selection in the listbox to be selected, you would change the 0 to a 2.![]()
Listbox1.Selected(0)=True
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks