A voir également:
- Bloquer l'insertion d'un signe dans Textbox
- Insertion liste déroulante excel - Guide
- Insertion signature word - Guide
- Insertion sommaire word - Guide
- Touche insertion clavier - Guide
- Bloquer pub youtube - Accueil - Streaming
1 réponse
Bidouilleu_R
Messages postés
1181
Date d'inscription
mardi 27 mai 2008
Statut
Membre
Dernière intervention
12 juillet 2012
293
25 juin 2010 à 16:15
25 juin 2010 à 16:15
un ptit code pour finir la journée.
fait un test
Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
Select Case KeyAscii
Case Is = 37
s = MsgBox("vous avez appuyez sur %... :-)", vbInformation, "controle")
KeyAscii = 0
End Select
End Sub
A+
fait un test
Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
Select Case KeyAscii
Case Is = 37
s = MsgBox("vous avez appuyez sur %... :-)", vbInformation, "controle")
KeyAscii = 0
End Select
End Sub
A+
16 janv. 2012 à 22:23