Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
I'm totally new to macros and I don't get checkboxes to work at all.. What I'm trying to do is add a checkbox(actually multiple checkboxes) and have these checkboxes interfere with other cells. for example like this: A1: checkbox A2: if(checkbox=true;1;2) (just to make the example easy) I hope someone can help. regards |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Excellent :)
Thanks... "Gary Brown" wrote: Assuming that (1) you have the checkbox directly on a worksheet and NOT on a form and (2) you created the checkbox using the Control Toolbox: There is a property for the checkbox called LinkedCell. Put a cell reference, for example A2, then reference that cell in your formulas... =if(A2=True,1,2) -- Hope this helps. Thanks in advance for your feedback. Gary Brown "beurling" wrote: Hi! I'm totally new to macros and I don't get checkboxes to work at all.. What I'm trying to do is add a checkbox(actually multiple checkboxes) and have these checkboxes interfere with other cells. for example like this: A1: checkbox A2: if(checkbox=true;1;2) (just to make the example easy) I hope someone can help. regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to have Checkbox A uncheck with checked Checkbox B | Excel Discussion (Misc queries) | |||
Cannot select checkbox to delete it from a spreadsheet | Excel Discussion (Misc queries) | |||
Checkbox!! | Excel Discussion (Misc queries) | |||
checkbox | Excel Worksheet Functions | |||
How do you remove a checkbox from an excel spreadsheet?? | New Users to Excel |