Hi there,
I have started using Excel 2016 and have
I have some code that switches off F1 Help in Excel:
Private Sub Workbook_Open()
Application.OnKey “{F1}”, “”
End Sub
However when I open the Personal workbook, ThisWorkbook, the middle line is highlighted red.
Anyone have any...