Writing the Form_KeyUp Event Procedure : Key « Access « VBA / Excel / Access / Word






Writing the Form_KeyUp Event Procedure

 
Private Sub Form_KeyUp(KeyCode As Integer,Shift As Integer) 
    Debug.Print "You released " & KeyCode & Space(1) & Chr(KeyCode) 
End Sub 

 








Related examples in the same category

1.Writing the Form_KeyDown Event Procedure
2.Shift key, alt key and control key mask
3.Writing the Form_KeyPress Event Procedure
4.Arrow key, page up, page down key
5.Check the keycode