I really need something that will warn me if there is
duplication occuring as I'm pasting values into cells.
Is there a way to make this work? Sorry, I should have
pointed that out more strongly earlier.
...
Data validation isn't triggered by pasting into cells. It only works upon actual
entry using keystrokes ending with [Enter] or [Ctrl]+[Shift]+[Enter]. If you'd
be pasting data, you need to use a Change or SheetChange event handler macro.
Such a macro could go through the cells entered prompting you for changes when
invalid entries are encountered.
What would you want to happen when an invalid entry was made? Note that there's
no way to *prevent* invalid *pasted* entries. It's only possible to deal with
them after the fact.