Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default listbox with checkbox or radiobutton groups

Hi NG

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

Thanks in advance
Mark


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default listbox with checkbox or radiobutton groups

I found the answer and now its time to share with you guyz out there

Create a list box with option buttons or check boxes
In the Properties window, select the ListStyle property.
Click the drop-down arrow to display a list of available styles.

From the list, choose Option.
When the ListStyle property is set to Option, the MultiSelect property
determines whether check boxes or option buttons appear in the list. When
MultiSelect is Single, option buttons appear in the list. When MultiSelect
is Multi or Extended, check boxes appear in the list.

Regards
Mark



"Mark" wrote in message
...
Hi NG

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

Thanks in advance
Mark




  #3   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Sorting groups in groups due to subtotaling [email protected] Excel Worksheet Functions 3 April 4th 08 06:13 PM
how do i view all groups under excel in google groups JulieD Excel Discussion (Misc queries) 2 December 16th 04 04:33 PM
listbox.value not equal to listbox.list(listbox.listindex,0) ARB Excel Programming 0 October 22nd 03 12:46 AM
Is refreshing listbox rowsource in listbox click event possible? Jeremy Gollehon[_2_] Excel Programming 4 September 25th 03 06:45 PM
Listbox w/CheckBox Options Bob Salvato Excel Programming 1 September 2nd 03 04:44 PM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"