
In Add Data Validation to any worksheet using VBA I demonstrated a technique for … adding data validation to any range. Surprise!
Now we'll try and do something with those data validation ranges. What I'd like to do is select a cell that has data validation on it and return the list of valid members (assuming that the source data is a Range or name that refers to a Range).
Continue Reading: Get Data Validation Range »

Follow Me