Thread: Listbox
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Listbox

Hi again Benjamin

Optionbuttons put in the same "container" is in the same group and only one is True then.
A userform is a container, but so is a Frame control. So put three frames onto the form
and fill each of them with the necessary amount of option buttons.

(This goes for userforms. For controls on worksheets it's somewhere between a little worse
and impossible.)

--
HTH. Best wishes Harald
Followup to newsgroup only please.

"Ben.c" wrote in message
...
Thanks Harald, And Maybe you can answer a second question for me ?
In the same userform, I would like to put different group of option button. Or if I just

put all the one I need, VBA think they are all in the same group, and only one is
available. How can I do to have 3 group and so have 3 option button true at the same time
?
If you can help you are the best lol
Thanks for your help
Benjamin