View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Is there an onEnter event?

Textbox1_Exit

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

wrote in message
oups.com...

Damon Longworth wrote:
In VBE, right click on the text box - View Code. The drop down box at

the
upper right will have all of the events available for the text box.


That's very useful, thanks!

So which one would I use to react to the user pressing Return?

(That's what I mean by "Enter")