disable F1 after F2

  • Thread starter Thread starter Dw70
  • Start date Start date
D

Dw70

How can I disable F1 key in edit mode (after F2)
when I write:
Private Sub Workbook_Open()
Application.OnKey "{F1}", ""
End Sub
it helps only if celing is not editing
 
No. You don't have any control over editing that I am aware of. If you do,
it is minimal and does not include redefining keys.
 
Back
Top