About 109,000 results
Open links in new tab
  1. VBA TO CLEAR DATA VALIDATION FROM ALL SHEETS - MrExcel

    Jun 13, 2020 · Not exactly. I also have no example VBA to provide. I have a spreadsheet that has 5 to 35 tabs within each month. The column with Data Validation is in column D. If VBA can can clear all …

  2. clearing cells without removing data validation - MrExcel

    Dec 2, 2003 · I also have some code which opens the same workbook, selects all the data present and clears the cells (either by clear function or delete). However, either way I do this it also removes the …

  3. How to reset data validation list | MrExcel Message Board

    Apr 20, 2005 · I want a button to clear the selection back to a non-entry. equivalent of hitting delete on the cell the data validation list is in.

  4. Delete Data Validation Input Message for Selection - MrExcel

    Aug 2, 2016 · I'm currently using the following code to try and delete data validation input messages for a selected range of cells on a given worksheet; however, the code only removes input messages on …

  5. Deleting column contents but leaving the data validation

    Aug 14, 2018 · How do I delete or clear a table column contents but leave the data validation settings?

  6. Excel 2010 Bug? Cannot remove data validation, please help

    Jul 27, 2010 · The only sign left that there was a data validation rule entered is that I can still see the little arrow for the dropdown list on the cells in question. The problem is that I even cannot remove it! …

  7. VBA code to reset drop down list | MrExcel Message Board

    Apr 9, 2020 · So I basically want the two lists to cancel each other out when one of the other is selected. If any drop down validation is selected from list #1 then list #2 clears AND If any drop down validation …

  8. Newbie here: How to clear content of dependent cell when new

    May 8, 2013 · I have also posted this question on Excel Templates | Excel Add-ins and Excel Help with formulas and VBA Macros. Hope some one can help. Thank you Newbie here: How to clear content …

  9. VBA - auto-clear dependent dropdown when target changes (data …

    Jun 15, 2017 · What I am basically looking for is: "If there is data validation with an indirect function, check if source is empty, and if yes - clear." If it makes it easier for you, it could be possible to name …

  10. Add/clear drop down (data validation) based upon a cell's content

    Jan 5, 2010 · I'm using the Macro recorder in an attempt to learn more, but need help. I'm trying to create/clear a drop down list based upon a cell's selection (from a separate list). In cell C2 (a list), if …