About 198,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. Unable to remove objects pasted into Excel from HTML grid …

    Jul 22, 2006 · Re: Unable to remove objects pasted into Excel from HTML grid why don't you try different way of putting things in excel. open excel, data-import external data-new web query, …

  3. 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?

  4. Unable to select and remove checkboxes [SOLVED] - Excel Help …

    Jan 28, 2015 · Unable to select and remove checkboxes I have a spreadsheet that shows one checked checkbox and one unchecked checkbox, but I am unable to select either one of them …

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

  7. [SOLVED] Removing the True/False within cell when linked to …

    May 20, 2013 · Hello, The checkboxes within column E are linked to their respective cells. How do I remove the words True and False from the cells underneath the checkbox? The macro …

  8. Remove/Edit text from checkbox - Excel Help Forum

    Mar 23, 2023 · Remove/Edit text from checkbox How does one remove the text from check box. I just want the checkbox with black outline. I have this.

  9. Remove "TRUE" "FALSE" words from a linked checkbox - Excel …

    Nov 15, 2008 · I have this form that "we" (with forum help) created. On the sheets where 'present' needs to be checked, after linking the checkbox to the cell it now says "TRUE" or "FALSE". …

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