Forum Discussion
Resize checkbox - Excel 365
Since we are not able to resize the check box. How can we insert a check box with the ability to add text to it and be able to check off the box.
You can edit the caption of the check box: right-click a Forms check box and select Edit Text from the context menu.
ActiveX check boxes (Windows only) cannot be resized either, but their caption can be formatted.
- Tammy420May 02, 2022Copper Contributor
Thank you for your response. That doesn't help me at all. I need to have a check box in the excel that is bigger than that one and still be able to click on it to check it, 🙂
- HansVogelaarMay 02, 2022MVP
There is no such thing.
As an alternative, you could let the user enter an "x" or something like that in a cell.
Or, if it is OK to let the user double-click, you could use VBA code to "check/uncheck" a cell. Users would have to allow macros, though. Let me know if you want to know more about this option.