davidbeach
Electrical
- Mar 13, 2003
- 9,529
I have a workbook in which I make extensive use of data validation to limit user inputs. Some inputs can cause the validation parameters to change for other inputs. I can check to see if any data validation criteria are violated by clicking on the "Circle Invalid Data" button on the Formula Auditing toolbar. What I'd like to be able to do is have a VBA routine that will check each sheet of the workbook for invalid data and take to use to the invalid data for a correction. The help files don't seem to be of much help, or I don't know what to look for. Any ideas?