Ever since I started messing with VBA, this problem has Plagued me. There has to be a way to deal with it.

I do a lot of Copy and Pasting around the Sheets/Workbook, and I made a code that Error Checks my editing. I would like this error check code to work with the Selection Change Code Type (I don't know what that is called). But, it erases the cipboard when I select the cell I want to paste to.

Is there a way to say If Ctrl-C / Copy Mode is active, then exit subject?