How would one go about validating user input against data in one 1 column?
I have gathered the input and stored it to a defined string variable which is used as criteria for an autofilter. As the autofilter triggers another process I would like to qualify the users input before running the autofilter. My intent is to complete this section of code with an If statement to advise the user if the input is incorrect and direct them to retry their input.
I have gathered the input and stored it to a defined string variable which is used as criteria for an autofilter. As the autofilter triggers another process I would like to qualify the users input before running the autofilter. My intent is to complete this section of code with an If statement to advise the user if the input is incorrect and direct them to retry their input.