Hi,

I have taken some text boxes and command buttons on my userform and written a number of functions which are working well. Now i want to assign hotkeys for these controls to make my work easy. I don't want to assign accelerators as they require pressing ALT before using them. I want to assign hotkeys just like "onKey" in excel VBA.

I made some research in the Interment and found "keyBindings" which is similar to what i want, but I don't know how to use it within the Userform level, i.e., I want these hotkeys work only if the userform is on screen, not for whole document. Could anyone help me out on this.