add tick in listbox

L

leungkong

i want to add a tick before the items in listbox.
it used to choose more than one items at the same time. Thanks.
 
N

Nigel

set the ListBox ListStyle property to 1-fmListStyleOption AND the
MultiSelect property to 1-fmMultiSelectMulti

The selection is returned as an array
 
Top