I have created a drop down list in excel 97 to restrict entry to a fixed set of values. This restriction works fine as long as the user either uses the mouse to select a value from the drop down, or the user manually types in a value. The problem is that the user can use copy and paste to put what ever value he wants into the cell while by-passing the validation. How can I prevent the user from side-stepping the validation with copy and paste? Can this be done with VBA?