Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Private Sub TextBox1_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger) If KeyAscii = 13 Then msgbox 123 End If End Sub When I press ENTER button there is no msgbox. How can I make this code work? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
KeyAscii won't capture the <Tab key | Excel Programming | |||
KeyAscii won't capture the <Tab key | Excel Programming |