PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Setup Disable F1 key?

Reply

Disable F1 key?

 
Thread Tools Rate Thread
Old 13-05-2004, 05:31 PM   #1
=?Utf-8?B?S2Vu?=
Guest
 
Posts: n/a
Default Disable F1 key?


I'd like to disable the F1 key because I frequently hit it inadvertently when trying to hit F2. Any ideas?
  Reply With Quote
Old 13-05-2004, 07:14 PM   #2
Lady Layla
Guest
 
Posts: n/a
Default Re: Disable F1 key?

pop it off with a screwdriver


"Ken" <ken.meek@yellowroadway.com> wrote in message
news:29730502-0362-42B5-829D-11455B769ACA@microsoft.com...
: I'd like to disable the F1 key because I frequently hit it inadvertently when
trying to hit F2. Any ideas?


  Reply With Quote
Old 14-05-2004, 03:06 AM   #3
Dave Peterson
Guest
 
Posts: n/a
Default Re: Disable F1 key?

Maybe you could a line or two to your personal.xls (auto_open/workbook_open
procedure):

Option Explicit
Sub disableF1()
Application.OnKey "{f1}", ""
End Sub
Sub enableF1()
Application.OnKey "{f1}"
End Sub

If you pop the F1 key off, you may want to remove the spring and put the keytop
back. It'll look prettier!



Ken wrote:
>
> I'd like to disable the F1 key because I frequently hit it inadvertently when trying to hit F2. Any ideas?


--

Dave Peterson
ec35720@msn.com
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off