Please see previous thread .....
http://www.mrexcel.com/forum/excel-questions/694926-disable-cut-function.html#post3436093
I am in desperate need of a solution that will allow a user to Copy & Paste but disable the DragandDrop/Cut functions within the workbook.
The one caveat to this is that the user MUST be able to copy data OUT of the workbook.
Using
when the workbook is deactivated clears the clipboard meaning the user cannot paste to another workbook.
If anyone can help with this I will send you chocolate cake.......
Thanks
http://www.mrexcel.com/forum/excel-questions/694926-disable-cut-function.html#post3436093
I am in desperate need of a solution that will allow a user to Copy & Paste but disable the DragandDrop/Cut functions within the workbook.
The one caveat to this is that the user MUST be able to copy data OUT of the workbook.
Using
Code:
Application.CellDragAndDrop = True
If anyone can help with this I will send you chocolate cake.......
Thanks