Data Validation - Copy>paste special problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have set validation on one column in an Excel sheet (validation from 'List').

If the user types in a value that is not on the List, then Excel returns the
message box (as it should) telling the user that this value is not allowed.

However, if a user copies a value from another cell and does a 'paste
special > value' into the data validation cell, Excel will allow this (i.e.,
will allow the value to remain in the cell even though it is not on the list
of allowed values, and Excel will return no message box telling the user that
this value is not allowed).

Am I missing something?

Thanks in advance for your help.

bill
 
Data validation only tests information that is typed in the cell, not
values that are pasted, even if Paste Special, Values is used.

For that level of validation, you could use programming. Or, add
formulas to other cells that display an error message if invalid entries
are made.
 
Debra, thank you. Now I know what I need to do - a little more work (but
fun work). Thanks again.
 

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

Back
Top