Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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..... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
these worked for me:
Sub StopCtrlS() Application.OnKey "^s", "" End Sub Sub RestoreCtrlS() Application.OnKey "^s" End Sub but you have to Execute the code to effect the change. -- Regards, Tom Ogilvy "rags" wrote: 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..... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
clip board | Excel Discussion (Misc queries) | |||
f2 key in key board | New Users to Excel | |||
Key Board Shortcuts | New Users to Excel | |||
Assigning Key Board Shortcuts !! | Excel Discussion (Misc queries) | |||
Switch board | Excel Programming |