U can try to do the following: In the Form_keydown event, track the key press. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) On Error Resume ...
確定! 回上一頁