View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default 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.