chiuso2
MIS
- Feb 22, 2002
- 58
I forgot the right instruction to pass a Docmd command using 2 Keys with the KeyDown event.
With one is
Select Case KeyCode
Case vbKeyControl
....
End Select
But if i would use a combination of Keys?
Maybe VbkeyControl + VbKeyZ?..doesn't work.
Thanks in advance for your help
Mario from Italy
With one is
Select Case KeyCode
Case vbKeyControl
....
End Select
But if i would use a combination of Keys?
Maybe VbkeyControl + VbKeyZ?..doesn't work.
Thanks in advance for your help
Mario from Italy