About 142,000 results
Open links in new tab
  1. excel - VBA - Delete Checkboxes and Unlink from Cells - Stack …

    Oct 12, 2018 · Below, I have selected the cells of the empty check boxes and much in the same way the I "create" the checkboxes, I would like to delete them: ie, select a range of cells and …

  2. Unselect All CheckBoxes From Excel Workbook with VBA Macro

    The selected answer is perfect, but I needed the ability to clear the active sheet OR all check-boxes via buttons for form checkboxes. Putting both sub routines inside of one "Module" …

  3. excel - Uncheck box in VBA - Stack Overflow

    Sep 20, 2021 · You can uncheck a single checkbox with activesheet.checkboxes("Check Box 1").value = xlOff. Change the name of the checkbox accordingly.

  4. Change excel form checkbox name - Stack Overflow

    Feb 12, 2013 · 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?

  5. I want to disable a checkbox when another checkbox is clicked in …

    Jul 9, 2018 · I want to click a check box and have another linked check box be disabled in Excel. When I uncheck that particular check box, then the disabled check box should become …

  6. Excel "true-false" to checked boxes - Stack Overflow

    May 15, 2017 · 5 I have an Excel spreadsheet that I'm generating from a SharePoint dashboard. It's turning my checkboxes in the SharePoint table to "true" or "false" values in the Excel …

  7. excel - Macro to delete a checkbox from a certain cell - Stack …

    Nov 12, 2015 · These unneeded check boxes will not always be in the same place due to my data changing so I will have to delete them one at a time which shouldn't be a problem other than I …

  8. google apps script - How to auto add/remove checkbox's whether ...

    Apr 27, 2018 · I'm working with the new checkbox feature in google sheets. In my worksheet, I would like to have a checklist column, but I want the number of checkboxes to match the …

  9. Excel VBA: How to clear CheckBox - Stack Overflow

    Oct 3, 2012 · Excel VBA: How to clear CheckBox Asked 12 years, 10 months ago Modified 12 years, 10 months ago Viewed 7k times

  10. excel - Use Check Box (Form Control) to filter out specific item …

    Apr 13, 2022 · I'm trying to find a way to filter an item out from a pivot chart. I want to remove the "Horse" element from the chart. I've set up a table with 4 animals, with associated …