I have a validated drop down list in which I'm trying to prevent pasting values over. However, I want to allow the pasting of values that are included of the drop down list.
I've found codes that prevent pasting over validated cells, but not ones that have an exception to values within the list.
Example:
Suppose I have a worksheet titled Fruits with a validated drop down list in cell A1 that includes the two options "Apples" and "Bananas."
How can I prevent another user from pasting over the cell, with the exception of "Apples" and "Bananas" (in the exact format), while also preventing paste+special of values other than "Apples" and "Bananas."
Thank you in advance.
Bookmarks