Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
You can read about this at:
http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx You could use With Application .OnKey "^c", "" 'Copy shortcut disabled .OnKey "^v", "" 'Paste shortcut disabled End With This basically sets these keys to nothing ("") To enable them again, you would use With Application .OnKey "^c" 'Copy shortcut enabled .OnKey "^v" 'Paste shortcut enabled End With Without the "" at the end, it returns them to their original state -- Hth Kassie Kasselman "GR" wrote: How to forbid ctrl+c and ctrl+X in sheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automaticall pick up info from a cell from a shet t oanither sheet , in the same cell, same book | Excel Worksheet Functions | |||
2 Workbooks and 6 Worksheets - Need to Populate 1 Workbook | Excel Worksheet Functions | |||
My sheet tabs disappeared with entered data. Can it be restored? | Excel Discussion (Misc queries) | |||
Copying information and calculations from one sheet to another she | Excel Worksheet Functions | |||
AUTO FILTER NOT CHANGING RESULTS | Excel Discussion (Misc queries) |