Hello and thanks for your time.
[I am using Microsoft Office 2013]
I have prevented users from copying/pasting within a worksheet with the following VBA code (found online):
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.CutCopyMode = False...