You would need to put that into a ThisWorkbook event as well.
Private Sub Workbook_Activate()
    Application.CutCopyMode = False
End Sub

Do some Googling on "Excel How to Disable Cut, Copy and Paste"... there are a lot more to this.