View Single Post
  #3   Report Post  
dominicb
 
Posts: n/a
Default


Good evening Gldenboy2

As far as I know you can't - not directly anyway - as the checkbox is
usually a boolean value, (unless you specify it as a triple state, in
which case it can have a null value) which means it's value is true or
false, but 1 and 0 will be accepted through programming, but not Yes
and No.

If it's that important to you, a workaround is to use the cell linked
to the control as a "helper" cell and keep it hidden (in this example,
A1). In B1 put this formula:

=IF(A1=FALSE,"No","Yes")

This will toggle between yes and no as the control is de/selected.

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=382121