#1   Report Post  
12505-5B
 
Posts: n/a
Default disable F1

Is there a way to disable the F1 Hot Key so that the Help Menu doesn't pop up?
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Place these in a standard module:

Sub DisableF1()
Application.OnKey "{F1}", ""
End Sub

Sub EnableF1()
Application.OnKey "{F1}"
End Sub

HTH
Jason
Atlanta, GA

-----Original Message-----
Is there a way to disable the F1 Hot Key so that the

Help Menu doesn't pop up?
.

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 Query Refresh warning dialog box in Excel 2003 Jeff Koons Excel Discussion (Misc queries) 2 December 1st 05 04:08 PM
Disable Adding & Deleting Rows/Columns Playa Excel Discussion (Misc queries) 1 February 3rd 05 03:42 PM
disable macro warning kim Excel Discussion (Misc queries) 2 December 30th 04 05:57 PM
Disable one Macro with another Macro Andy T Excel Discussion (Misc queries) 1 December 13th 04 12:31 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:53 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"