use the keyup and key press event..
dont't know if this is what you mean
Private Sub Form_KeyPress(KeyAscii As Integer)
Label1.Caption = "My Label"
End Sub
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
Label1.Caption = ""
End Sub
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115