L leungkong Aug 29, 2008 #1 i want to add a tick before the items in listbox. it used to choose more than one items at the same time. Thanks.
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 Aug 29, 2008 #2 set the ListBox ListStyle property to 1-fmListStyleOption AND the MultiSelect property to 1-fmMultiSelectMulti The selection is returned as an array
set the ListBox ListStyle property to 1-fmListStyleOption AND the MultiSelect property to 1-fmMultiSelectMulti The selection is returned as an array