Q: Ascii code of pressed key 
What are the arrow KeyAsciis? Could you please respond as soon as posible.
Thanks.
virus@startrekmail.com

A: the easiest way to find out is the next line of code: make a new form and set the following code: Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) MsgBox KeyCode End Sub Private Sub Form_Load() KeyPreview = True End Sub press F5 and after the form is launched press the wanted key! Return