Hi Gonzalo,
I am afraid I do not understand what you try to say.
If I go to the code of the form and pull down the keypress event, this is what I get, and it is not far off from what I initially used. The problem however is that this is not using Returninteger or anything that demands user input.
Private Sub Form_KeyPress(KeyAscii As Integer)
'
End Sub
PaulG
|