Referencing Checkbox Names

  • Thread starter Thread starter Chad
  • Start date Start date
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!
 
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.
 
Back
Top