Thanks. I did get that code to work on a new worksheet. I guess the issue that a user would still be able to paste over a data validation cell even with the sheet protected. My hope was the I could give a user the worksheet and they would not be able to paste over my data validation cells...
Still no luck. I am not sure that its just not my version of excel. It is as if it is not even protecting the sheet when I use the protect method. Have you used the code successfully?
I am fairly new to the VBA world, so any assistance would be greatly appreciated!
I have a worksheet which is intended for user input and contains a specific column with data validation drop down lists. I have code that prevents the user from pasting into this specific column and forces them to...