• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Circle Invalid Data in Data Validation.

ashish1974

New Member
I have multiple drop-down columns which are dependent on each other. This i have implemented using offset function under data validation. Its drawback is say that once user enters value in col 1, gets appropriate options in col 2 and selects a valid value in col 2. But then user goes back to Col 1 and changes value. Now the value in col 2 is invalid but excel does not automatically gives any error message. It can be checked by user by Circle Invalid Data in Data Validation.

i wish to automate this using Worksheets(1).CircleInvalid VBA code. But this CircleInvalid function seems to not work with dynamic drop down validations. It would work with static list but not with dynamic drop down validations built using offset function. Same problem with Cell.Validation.Value.

Is there a way around? Pls help.
 
Back
Top