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}" to its normal use, command is Application.OnKey "{UP}"
4. when I hit the up arrow key Proc1 keeps being run
<strike></strike>
It is as if the combination of "Up arrow key" and "Proc1" is saved somewhere and no command can change it except Application.OnKey "{UP}", ""
Has anyone run into the same problem and has a solution for it?
Thank you for your much needed help.
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}" to its normal use, command is Application.OnKey "{UP}"
4. when I hit the up arrow key Proc1 keeps being run
<strike></strike>
It is as if the combination of "Up arrow key" and "Proc1" is saved somewhere and no command can change it except Application.OnKey "{UP}", ""
Has anyone run into the same problem and has a solution for it?
Thank you for your much needed help.