#1   Report Post  
Posted to microsoft.public.excel.misc
Bob
 
Posts: n/a
Default Disable Alt+F11

Is there a way to disable the Alt+F11 shortcut key?

  #2   Report Post  
Posted to microsoft.public.excel.misc
widman
 
Posts: n/a
Default Disable Alt+F11

I've never tryed to disable that one, but I disable the anoying F1 with

Sub auto_open()
Application.OnKey "{f1}", ""
Call disableF1
End Sub

Sub disableF1()
Application.OnKey "{f1}", ""

I assume you can disable anything with this.

"Bob" wrote:

Is there a way to disable the Alt+F11 shortcut key?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default Disable Alt+F11

Application.OnKey "%{F1}", ""

To restore built-in function:
Application.OnKey "%{F1}"

HTH
--
AP

"Bob" a écrit dans le message de
...
Is there a way to disable the Alt+F11 shortcut key?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Disable Alt+F11

Just a typo...

F1 should read F11

But I bet Bob had that figured out.

Ardus Petus wrote:

Application.OnKey "%{F1}", ""

To restore built-in function:
Application.OnKey "%{F1}"

HTH
--
AP

"Bob" a écrit dans le message de
...
Is there a way to disable the Alt+F11 shortcut key?


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Customize toolber tabs areddy Excel Discussion (Misc queries) 1 October 21st 05 02:43 PM
disable customize option when right click on menu bar areddy Excel Discussion (Misc queries) 0 October 20th 05 09:14 AM
Disable resize Waterfall chart Tim Charts and Charting in Excel 4 October 4th 05 10:46 PM
allow user to disable annoying warning dialog on log charts Roger Charts and Charting in Excel 3 September 13th 05 01:26 PM
Disable menu selection andy Excel Discussion (Misc queries) 3 December 10th 04 10:46 PM


All times are GMT +1. The time now is 12:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"