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,
bezael_e@hotmail.com