Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list box - multi option

Status
Not open for further replies.

damrus

Technical User
Joined
Jun 22, 2008
Messages
24
Location
PL
Hi,


I'd like to create list box and use multi option, which is only useful when you are using VBA procedute.
How to use this procedure?

Here you are link describing it:
(see 'Note' about VBA)


Regards
 
Set Multiselect property to 1 (or 2, depending on selection type). Change the list style to 1 if you like.
Test list's Selected(Index) property to find checked items.

combo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top