jenn_excel
New Member
- Joined
- Mar 29, 2016
- Messages
- 4
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 idea what is going on?
Thanxx!
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 idea what is going on?
Thanxx!