I saw these here...is this all all I need to stop users from cutting/poasting/copying and also not to be able to stop macros from running or stop them and see them
PHP Code:
'' these here can be omitted - they prevent the ability to copy,paste,del,insert
'EnableControl 21, False ' cut
'EnableControl 22, False ' paste
'EnableControl 755, False ' pastespecial
'Application.OnKey "^c", "Error"
'Application.OnKey "^v", "Error"
'Application.OnKey "+{DEL}", "Error"
'Application.OnKey "+{INSERT}", "Error"
'Application.CellDragAndDrop = False
'Application.OnDoubleClick = "Error"
Was looking to run these when book opens and then to allow them when book closes or saves
Bookmarks