I have many data validation (DV) cells with drop-down list which I have set up by menu Data
> Data Validation
> list
. Is there a bulk way in VBA to set them all to default values? By default value I mean either:
- the first value declared in a DV list
- or value which is not on the DV list, something like
Choose item from the list
.
The second option might be useful if we want the user to be responsible for his choice. As soon as the user clicks on a data validation cell, he is forced to choose something. There is no option to leave default value Choose item from the list
because such value is not on the validation list. So the user cannot say later "I didn't vote".