close

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

全站熱搜
創作者介紹
創作者 software 的頭像
software

software

software 發表在 痞客邦 留言(0) 人氣()