Thread: CheckBox . . .
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default CheckBox . . .

Be conventional, use OptionButtons !

Regards,
Peter T

"SJohn" wrote in message
...
I am new at Excel. I have on a worksheet 5 check boxes (A3 to A8)
I have them linked to B3 to A8. When a checkbox is activated in A3 then B3
shows "TRUE".
I am trying to make sure that only one of the 5 checkboxes can be

activated
at any one time.
Any ideas?