View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Moles[_2_] Paul Moles[_2_] is offline
external usenet poster
 
Posts: 9
Default Remove Cut & Paste Options

Is it possible to prevent users using Cut and Paste, as
the calculating cells (changing relatively)then use the
wrong cells. No problem copy and paste.

I have already used
Application.CellDragAndDrop = False
which prevents accidental use but would like to "turn off"
all Cut options, temporarily whilst this workbook is open.?

Suggestions Appreciated.

Paul Moles