Circumventing Data Validation

  • Thread starter Thread starter Jim & Gail
  • Start date Start date
J

Jim & Gail

Here's my dilemma...

B17 is formatted as General with no data validation settings.
C17 is formatted as Text, with a validation setting for text length between
5 and 40 characters.

Users are circumventing the validation in C17 by copying a three letter
entry from B17 and pasting it into C17. Not only is the entry accepted, but
C17's validation reverts back to "Allow any value."

Is there any way to "lock" the validation, so to speak?

Thanks,
Jim
 
Hi
if copying values is allowed no simple solution available for this. You
could create a macro (using the worksheet_change event) to check if
this cell is changed and re-apply the formats. Or just simply train
your users NOT to do this :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top