C Chad Jul 18, 2008 #1 Is there a way to have a cell reference the name in a checkbox through a formula or would I need to use VBA? Thanks!
Is there a way to have a cell reference the name in a checkbox through a formula or would I need to use VBA? Thanks!
D Dave Peterson Jul 18, 2008 #2 If you really want the name, you'll need VBA. If you want to find out if it's checked, you could use a linked cell and test that.
If you really want the name, you'll need VBA. If you want to find out if it's checked, you could use a linked cell and test that.