Den 2006-06-22 01:37:00 skrev Fabien Junod <[EMAIL PROTECTED]>:
Hi, I've trying to do this for a while and I couldn't manage, so I decided to ask for help (after serching in the net for more than 2 hours) I created a checkbox in a spreadsheet and I want to associate to the cell A1: - the value TRUE if the box is checked -the value FALSE if the box is unchecked How do I do that? Thanks for your help __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Right click the check box (while design mode on), click "control...", a dialog called "Properties: Check Box" opens, click the data tab. Type A1 in the "Linked Cell" field to link to A1. Close the "Properties: Check Box" dialog. A1 should now switch from false to true when checking the box.
-- Johnny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
