Hi
I am trying to work out how to resume the normal key function, after I have done some calculations after a particular key has been pressed on a certain cell.
For example i know that i can use the onkey to reference a subroutine to do the calculations. But i dont know to get it to resume normal key function after the calculations have been done.
Application.OnKey "a", "mySub"
and i also not how to cancel the onkey subroutinue call.
Application.OnKey "a"
But I dont know how to get it to type the letter "a" in this example after the subroutine has been completed.
Thanks
Tigs
I am trying to work out how to resume the normal key function, after I have done some calculations after a particular key has been pressed on a certain cell.
For example i know that i can use the onkey to reference a subroutine to do the calculations. But i dont know to get it to resume normal key function after the calculations have been done.
Application.OnKey "a", "mySub"
and i also not how to cancel the onkey subroutinue call.
Application.OnKey "a"
But I dont know how to get it to type the letter "a" in this example after the subroutine has been completed.
Thanks
Tigs