vbexceltuto
New Member
- Joined
- Aug 27, 2019
- Messages
- 5
I create some code for test Press F3 on VBA Excel, the function is Application.OnKey this method excel not working during write on the Cell and Cursor Flashing inside Cell, but work fine after pressing Enter
I want this method work during cursor flashing
HTML:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.OnKey "{F3}", "MyMacro"
End Sub
I want this method work during cursor flashing