How can I know which cells a Pasted or Copy/Pasted cells contains.
I want to let the user copy and paste cells when the copied range contains any of the cells from the first column Column A
, If not then return a msgbox error (but I dont know how to do this with the Worksheet Change event.
Expected Results:
When copy/Pasted does not contains at least one cell from Column A
(FirstColumn) then returns a error, but if contains one from columnA than copy/pasted is allowed (how can i achieve this)?