Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do i have group the option buttons so i can have two seperate entities?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can either put them frames, or set the GroupName property.
-- HTH Bob "Pnoahjones" wrote in message ... How do i have group the option buttons so i can have two seperate entities? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
By default when you put an option button on the sheet it belongs to the 'worksheet' group. Put a group box on the sheet and put options buttons in that and they will belong to that group and act independently of the worksheet group. You can have more than 1 group box. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Pnoahjones" wrote: How do i have group the option buttons so i can have two seperate entities? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Saved from a previous post:
If your optionbuttons are from the Forms toolbar, the put all your optionbuttons in each group in a groupbox (also on that Forms toolbar). If your optionbuttons are from the Control Toolbox toolbar, then rightclick on each optionbutton show the properties (you'll have to be in design mode for this). Each group should have its own unique groupname. Pnoahjones wrote: How do i have group the option buttons so i can have two seperate entities? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Button in User Form | Excel Programming | |||
disable option button on user form | Excel Programming | |||
Form - Get Selected (true) value of Option Button | Excel Programming | |||
option button (Form) | Excel Programming | |||
Difficulties in VBA ( User form and option button) | Excel Programming |