I have a worksheet with cells that have validation limitations allowing a list as a source. These cells need to be editable by all users. When changing a validation cell manually, the input is limited to the validation rule assigned. Due to the vast number of cells that may need to be changed at one time, the user may choose to use Find and Replace in Excel to perform the changes. When changing a validation cell(s) using Find and Replace, the validation limitation is ignored and the change(s) are made in violation of the validation limitations.
Is there a way to allow Find and Replace to be used while restricting the replacement input to match the validation requirements for the cell(s)? A VBA alternative (customized Find and Replace) would be an acceptable answer.
Is there a way to allow Find and Replace to be used while restricting the replacement input to match the validation requirements for the cell(s)? A VBA alternative (customized Find and Replace) would be an acceptable answer.