Is there a way to disable the Alt F11 shortcut key?I've never tryed to disable that one, but I disable the anoying F1 with
Sub auto_open()
Application.OnKey quot;{f1}quot;, quot;quot;
Call disableF1
End Sub
Sub disableF1()
Application.OnKey quot;{f1}quot;, quot;quot;
I assume you can disable anything with this.
quot;Bobquot; wrote:
gt; Is there a way to disable the Alt F11 shortcut key?
gt;
Application.OnKey quot;%{F1}quot;, quot;quot;
To restore built-in function:
Application.OnKey quot;%{F1}quot;
HTH
--
AP
quot;Bobquot; gt; a écrit dans le message de
...
gt; Is there a way to disable the Alt F11 shortcut key?
gt;
Just a typo...
F1 should read F11
But I bet Bob had that figured out.
Ardus Petus wrote:
gt;
gt; Application.OnKey quot;%{F1}quot;, quot;quot;
gt;
gt; To restore built-in function:
gt; Application.OnKey quot;%{F1}quot;
gt;
gt; HTH
gt; --
gt; AP
gt;
gt; quot;Bobquot; gt; a écrit dans le message de
gt; ...
gt; gt; Is there a way to disable the Alt F11 shortcut key?
gt; gt;
--
Dave Peterson
- Jun 04 Wed 2008 20:44
Disable Alt F11
close
全站熱搜
留言列表
發表留言
留言列表

