![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have 5 check boxes on my sheets... How to make them mutually exclusive??
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
CheckBoxes already are! Do you mean OptionButtons?
As you want them all mutually exclusive you should be using CheckBoxes. Option buttons are designed to be used in at least pairs. They can then be paired off by placing them in a Frame control (if from Forms toolbar) or changing their "GroupNames" property (if from the Control toolbox) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|