About 57,500 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 …

  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 …

  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. Reset Button for Drop Down Lists? | MrExcel Message Board

    Jan 8, 2018 · In this example I created a Data Validation dropdown with two choices : #1 The Main Title of the drop down "Select Sheet" and #2 a sheet choice "Sheet 3". With the following …

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

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

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

  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 …

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

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