View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Create a Fuctioning Checkbox

hi
a bit confused.
true and false is the values retured by the check box.
where are these values being returned to????
if you link a cells to the check box, the words true or false will appear in
the cell depending of the state of the check box(check = true, uncheck =
false)

post back with more details.
regards
FSt1

"Richard" wrote:

I'd like to create a checkbox when checked returns a TRUE value and when
unchecked returns a FALSE value using Excel 2003? Any instruction would be
appreciated. Thanks.