G Guest Feb 16, 2005 #1 Is there a way to disable the F1 Hot Key so that the Help Menu doesn't pop up?
J Jason Morin Feb 16, 2005 #2 Place these in a standard module: Sub DisableF1() Application.OnKey "{F1}", "" End Sub Sub EnableF1() Application.OnKey "{F1}" End Sub HTH Jason Atlanta, GA
Place these in a standard module: Sub DisableF1() Application.OnKey "{F1}", "" End Sub Sub EnableF1() Application.OnKey "{F1}" End Sub HTH Jason Atlanta, GA