View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KS[_2_] KS[_2_] is offline
external usenet poster
 
Posts: 5
Default Substitute copy for cut

I have some users that cannot figure out difference between copy and
cut. They are always cutting when they should be copying. How can I
write a code that anytime, anyway they choose cut it will automatically
change it to a copy? They are basically selection some cells in a
worksheet & cutting them somewhere else in the worksheet. What they are
doing is simple but how can I override their keystrokes to be the
correct one?

Thanks for any help.

KS