Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change excel form checkbox name

I am using Excel 2010. I would like to chagne the name of an excel form checkbox I've added. How can I do that, not in VBA?

like image 858
steventnorris Avatar asked Feb 12 '13 16:02

steventnorris


People also ask

How do I find a checkbox name in Excel?

Caption Name Vs. Name When you insert a checkbox in Excel, you see a name in front of the box (such as Check Box 1 or Check Box 2). This text – in front of the box – is the Caption Name of the checkbox. To edit this text, right-click and select the 'Edit Text' option.

How do I create a custom checkbox in Excel?

Right-click the checkbox to edit the text and adjust sizing. To do this on Windows, click File > Options > Customize Ribbon. Then, select the Developer checkbox and click "save." On IOS, click Excel > Preferences > Ribbon & Toolbar > Main Tabs. Then, select the Developer checkbox and save.

Can you reference a checkbox in Excel?

Right click the checkbox, and then click Format Control. In the Format Control dialog box, switch to the Control tab, click in the Cell link box and select an empty cell on the sheet to which you want to link to the checkbox, or type the cell reference manually: Repeat the above step for other check boxes.


2 Answers

You can change it in the Name Box:

enter image description here

like image 196
Doug Glancy Avatar answered Nov 12 '22 02:11

Doug Glancy


You can do this by editing the name box to the left of the formula bar, here:

enter image description here

like image 24
StoriKnow Avatar answered Nov 12 '22 01:11

StoriKnow