G
Guest
Hi,
I would like to put code behind some <alt> keys in a form. I am assuming I
can put it on the Key_down event. Then I should check KeyCode like:
If KeyCode = vbKeyTab then
Do something
End if
I can't seem to find what to compare KeyCode to for an Alt + R. Are there
any gotcha's when doing this?
Thanks,
Steve
I would like to put code behind some <alt> keys in a form. I am assuming I
can put it on the Key_down event. Then I should check KeyCode like:
If KeyCode = vbKeyTab then
Do something
End if
I can't seem to find what to compare KeyCode to for an Alt + R. Are there
any gotcha's when doing this?
Thanks,
Steve