About 29,300 results
Open links in new tab
  1. Using checkboxes to populate a value if they are checked

    May 22, 2014 · For starters, I have never used checkboxes before, so I have spent the last few hours watching videos and reading instructions and I have not been getting anywhere. Sorry to take your …

  2. Adding & Subtracting Using Checkboxes | MrExcel Message Board

    Aug 7, 2024 · Do you have the NEW!!! checkboxes under the Insert menu? Best thing since white sliced bread! Before the new checkboxes arrived I was using wingding symbols . I can toggle them using …

  3. VBA & using checkboxes to unhide columns (continuous updating)

    May 16, 2025 · Hello, this is my 1st ever post, and I'm very new to VBA. I've tried Googling appropriate code but can't quite figure out the proper combination for what I want to do: As per the title, I want to …

  4. Macro to insert a checkbox based on value in another cell

    Oct 12, 2016 · I'd like a macro to insert a checkbox starting in cell F9 if the value in column B (starting with B9) contains the phrase, "All QTRs". It needs to loop and check through every row in the …

  5. Hide/Unhide Rows in a protected sheet using a checkbox

    Dec 10, 2024 · This is just my trial sheet. It is where I practice the code I will be using in my project. The scenario here is that when I tick the checkbox, I want to hide/unhide Rows 2:3 while the sheet is also …

  6. Hide/Unhide Rows with a Checkbox | MrExcel Message Board

    Oct 8, 2002 · Can someone tell me how to unhide rows when a checkbox is checked and then hide the same rows when it is unchecked? I'm new to Excel programming, so feel free to give lots of detail if …

  7. IF function using embedded checkbox | MrExcel Message Board

    Jan 4, 2007 · Hi, Are the checkboxes on a Userform or directly in an Excel spreadsheet? If on an Excel spreadsheet, a checkbox will return either TRUE OR FALSE. You can link your checkboxes to cells …

  8. Hide Checkbox in Excel using VBA or IF formula?

    Feb 4, 2020 · Please Help: How to Hide Checkbox in Excel using VBA or IF formula? FOR EXAMPLE: IF C23 = “” THAN HIDE CHECK BOX 1 "" means the cell is empty I want the CHECK BOX 1 to …

  9. Using a Checkbox to Copy and Paste Data from One Sheet to Another

    Jan 13, 2014 · I'm trying to use checkboxes to copy data from one sheet (named January) to another sheet in the same workbook (named Projections Sheet). The data I'd like...

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

    Dec 12, 2016 · However, i would like to include some kind of button in the spreadsheet which will clear and reset all the ActiveX checkboxes once they have been ticked, returning them all from TRUE to …