Ver Mensaje Individual
  #8 (permalink)  
Antiguo 18/02/2004, 15:54
bezael
 
Fecha de Ingreso: enero-2004
Ubicación: BARCELONA
Mensajes: 49
Antigüedad: 20 años, 3 meses
Puntos: 0
----------Teclas---------

La Insert es 45 o VbKeyInsert
X Eje:
*****************************************
If KeyCode = vbKeyInsert Then
MsgBox " HOLA "
End If
*****************************************
IGUAL SERIA ESTO
*****************************************
If KeyCode = 45 Then
MsgBox " HOLA "
End If
****************************************
SUERTE,
[email protected]