I have 2 checkboxes, what i want to do is when i select one, the other 1 will be deselected, which means user will not have the ability to select it the other checkbox. I was wondering if it is possible to do so?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes it is possible. But why not use an option button instead? Anyways to answer your query.
FOLLOWUP
Excel VBA Option Buttons (Also known as radio buttons) are the same as Check Boxes except that Option Buttons are dependent on each other while Check Boxes are not. When you check one Option Button the other Option Button will automatically get unchecked. See the snapshot below on how they look :) Would recommend seeing the Excel's inbuilt VBA help for more details ;) SNAPSHOT:
HTH Sid |
|||||||||||
|
