View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
embarrased embarrased is offline
external usenet poster
 
Posts: 1
Default Enter pressed in Textbox

How do I signal my code to run when the user presses the
ENTER button in the Text Box TextBoxCustNum?

Private Sub TextBoxCustNum_KeyPress(ByVal KeyAscii As
MSForms.ReturnInteger)
?????????????????????????????
End Sub