Hope someone can help me with the problem mentioned in "Title".
Here is what I do and what happens:
1. I assign Proc1 to Application.OnKey "{UP}", command is Application.OnKey "{UP}", "Proc1"
2. when I hit the up arrow key Proc1 is run and does what I want.
3. I reassign Application.OnKey "{UP}"...