Hi
The following code disables Cut, Copy and Paste and *I think* drag and drop but I'm not 100% sure what you mean by that.
This needs to be placed in the "ThisWorkbook Module" and the Workbook will need to be saved and reopened before it takes effect;
The only way I know to stop people from moving and copying a sheet is to disable the menu completely, this is done by;
If you want this to work in conjunction with disabling Cut, Copy and Paste then you'll need to replace the two Subs in the first set of code and use them like this;
Bookmarks