Anyone have a SIMPLE example of how to repeat a procedure if a hotkey is pressed?
Something like Word or Excel's F4.
The procedure would vary, so assigning a normal ShortCut key is not the solution I am after.
I guess the answer is something along the lines that when a procedure is called it is registered in a global variable or similar, and if the hot key is pressed then somehow that variable defines which procedure to call.

Thanks
Bazza