View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
yogendra joshi yogendra joshi is offline
external usenet poster
 
Posts: 48
Default Values of Rectangle or Check box

In case you do not want to use VBA, you can link a cell
to the checkbox.

Right-click the checkbox, go to Control and enter the
cell where you want the value.

You can also toggle the value by changing the cell value
directly.

Mountain Bikers wrote:

I need to record the value of a check box (true or false)
or a rectangle (may contain an "x" or not). Since I can
not get this data through cell formula, I am assuming I
must collect this data through VB. Can anyone assist???

Thank you, in advance !!!