View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default control toolbox objects and formulas

The way it is designed to work is:
Link the checkbox to a cell, then reference the cell in your formula.

--
Regards,
Tom Ogilvy

"Gixxer_J_97" wrote in message
...
hi all,

is it possible to reference an object in a formula?
ie if a checkbox object exists on the worksheet, can something like this

be
done:

=IF(CheckBox1=TRUE,"1","0")

tia

J