View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rags rags is offline
external usenet poster
 
Posts: 1
Default Disabling the Key board shortcuts

Hi all,

I have tried with the following code Application.OnKey "^{s}", "".
but when i enter any data in the sheet and press "Ctrl S" then the
changes will be applied to the sheet.

i want to disable "ctrl S" completely. please help me out.....