About 1,080,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. 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 …

  3. If Checkbox is Checked, then... | MrExcel Message Board

    Mar 9, 2021 · Hello, I'm trying to do an IF-Then, based on if a Checkbox is checked. I have looked at several posts for the same function, but it is not working for me...

  4. 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 …

  5. Checkbox to insert date in other column - MrExcel

    Feb 5, 2025 · The date will clear when the checkbox is cleared and place the date in the cell to the right when the checkbox is checked. There is a checkbox there but it does not show in mini …

  6. 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 …

  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. Change Value of One Checkbox Based on Value of Another …

    Oct 27, 2013 · Hi, everyone. I am using Excel's new checkboxes. This is what I want to achieve. If check box value in column AG is TRUE, then I want checkbox value in column AH to be …

  9. Checkboxes without Macros | MrExcel Message Board

    Jun 7, 2010 · Use a CheckBox from the Forms menu and link it to a cell. Select one of the cells of interest and set Conditional formatting to test if the linked cell is TRUE.

  10. VBA code to reset check boxes within a range - MrExcel

    Dec 12, 2024 · Hello. I have a range of check boxes in K29:K39 that I would like to have a label reset to unchecked when clicked and cannot figure this out. Does anyone have the proper …