View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default listbox with checkbox or radiobutton groups

Set the listbox's ListStyle property to 1 (fmistStyleOption). Then, if
you set its MultiSelect property to 1 (fmMultiSelectMulti) you get
checkboxes, 0 (fmMultiSelectSingle) and you get optionbuttons
(radiobuttons).

I dunno about the 'multiple groups' aspect. Maybe you need to use one
listbox per group.

--

"Mark" wrote in message ...
Hi NG

How do one make a listbox that contains checkboxes or radiobuttons in
multible groups.

Thanks in advance
Mark