Highest Rated Comments


Inspect0r718 karma

Can I request an option to disable the help hotkey (f1) without requiring a macro code?

I believe the macro below works, but isn't always ideal.

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

(credit to u/imjms737)