Public Sub Worksheet_Activate()
Application.OnKey "^ ", "+( )%(ir){UP}{DOWN}"
End Sub
Public Sub Worksheet_Deactivate()
Application.OnKey "^ "
End Sub
https://drive.google.com/file/d/1jUV9AJH9xk-TLMblmfnj9yxek8hpZ8ck/view?usp=sharing
I'm trying to bind CTRL + SPACE to run input SHIFT & SPACE, followed by ALT & i & r and then UP & DOWN when I am within a particular sheet.
I'm getting this error message when I use the CTRL + SPACE key combination when it triggers the OnKey event: