Referencing Checkbox Names

C

Chad

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

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.
 
Top