Thread: disable F1
View Single Post
  #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?
.