About 1,090,000 results
Open links in new tab
  1. Checkbox to strikethrough text in a cell - MrExcel

    Jul 21, 2022 · Hi, I have multiple cells with a checkbox at the bottom. I would like the text in the cell to be strikethrough once the checkbox is used. Is that possible?

  2. If Check box is checked, return value x in cell y - MrExcel

    Dec 8, 2002 · I have a check box which: - when checked returns the value of cell A1 cell A3. - when unchecked returns the value 1 in cell A3. Have the check box in place but not sure of the …

  3. Change size & bold the Text next to a Check Box - MrExcel

    Jan 19, 2016 · I have added a Check Box to my spreadsheet in Excel 2013 from the Developer ribbon using the Insert option then selecting the check box option under the Form Controls …

  4. UnCheck checkboxes after 1, 7, 30, 90 and 365 days - MrExcel

    Sep 6, 2022 · You only need to run this macro once, or after you add new checkboxes. This macro assigns the CheckBox_Click macro to every checkbox on every sheet. The idea is that …

  5. Using checkboxes to populate a value if they are checked

    May 22, 2014 · 3. Right-click each checkbox on your sheet, select Assign macro, and select the Change_Check_Boxes () macro (should be the only one on the list) 4. Test it by checking …

  6. How to have only one checkbox in a group of 3 selected at a time.

    Mar 22, 2008 · I have a spreadsheet that consists for 30 rows of groups of three checkboxes on each row. I want to have only one checkbox per row checked at a time. If the user checks one …

  7. Can't change my Checkbox Size | MrExcel Message Board

    Jul 24, 2017 · Hi everyone, I need to make my checkbox bigger in my spreadsheet. Ive been looking everywhere and I cant seem to find a way to enlarge the checkbox... Can anyone help …

  8. VBA Code for fixed date stamp using a check box? - MrExcel

    Apr 14, 2010 · Paste the code in the VBA edit window Back in Excel, right-click on one of your checkboxes Select Assign Macro from the Pop-up menu Select the Checkbox_Date_Stamp …

  9. Button to Clear All Checkboxes? | MrExcel Message Board

    Dec 12, 2016 · I have successfully produced the spreadsheet and all calculation features are working as intended. However, i would like to include some kind of button in the spreadsheet …

  10. Activating dynamically created checkboxes - MrExcel

    Mar 2, 2005 · I have a userform that dynamically creates checkboxes based on certain worksheet cells having data. My goal is to be able to "check" the checkbox to indicate completion, and …