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!
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.