Hello, :smile:
So the problem is, I am creating a simple game in Excel&VBA with two players, each player needs to control four keys. For the first player, I used the four direction keys and Application.OnKey function, like this:
Sub DeclareKeys()
Application.OnKey "{UP}", "Move_up"...