View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Enter event in textbox control?

Is there a way to determine if/when the Enter key is
pressed inside a textbox control?? I only have
one textbox control on my userform....so, if a user
types in text they will usually press the Enter key to
indicate they are done typing. That is why I need to
determine when/if Enter is pressed.

thank u