Posted to microsoft.public.excel.programming
|
|
add tick in listbox
set the ListBox ListStyle property to 1-fmListStyleOption AND the
MultiSelect property to 1-fmMultiSelectMulti
The selection is returned as an array
--
Regards,
Nigel
"leungkong" wrote in message
...
i want to add a tick before the items in listbox.
it used to choose more than one items at the same time. Thanks.
|