View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Keyboard Shurtcut

Joe,

Application.OnKey "^c"


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Joe" wrote in message
...
I used this command to disable the copy key board
shortcut. How did I enable it back.

' Disable Copy keyboard shortcut
.OnKey "^c", ""