I found a solution that worked for me:
--------------
I *Copied and *Pasted this from: (https://danwarne.wordpress.com/2014/03/05/fix-stuck-mac-os-clipboard-copypaste/)
"
Something has been bugging me with OS X for a while â sometimes the OS X clipboard (officially known as âpasteboardâ) gets stuck and wonât accept any new âcopiedâ content. Instead, when you âpasteâ in any app, the clipboard always pastes back the last thing you successfully copied.
One solution to this is to reboot the Mac, but since Mac OS X is generally so stable and doesnât need to be periodically rebooted as a matter of course, rebooting a machine with many open apps and windows can be a hassle.
Searching for this issue online provides a lot of bad advice (one website I saw said ârepair permissions and if that doesnât work, reinstall the OSâ⊠terrible advice.)
Other websites incorrectly advise to kill the PBS process and restart it.
Appleâs manual page for PBS notes it is not related to the Pasteboard process. Instead, the correct process to kill is PBoard.
So, to fix a stuck clipboard (pasteboard) problem, you simply need to:
1. Open your application folder
2. Open the utilities subfolder
3. Open the Activity Monitor app
4. Type âpboardâ into the search box at the top right
5. In the search results below, there should only be one result â a row listing the âpboardâ process. Highlight it by clicking on it.
6. Click the âxâ button at the top left of the window which represents âquit this processâ
Once youâve done that, OS X will kill the faulty PBoard process and re-establish it with a fresh one automatically. Your clipboard should be back to normal.
I have a suspicion that this stuck clipboard is a bug in OS X Mavericks 10.9 â I donât recall it happening before I installed that. It is still an (infrequent) current problem as at 10.9.2."