View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aidan.heritage@virgin.net is offline
external usenet poster
 
Posts: 244
Default Can this be done?

Use the KeyPress event and check for KeyASCII of 13
cmpcwil2 wrote:
Hello,
What I want to do is...
Using a vb comboBox the user will enter a string and hit return.
Once return has been hit this will make a call to a db and search on
the string entered, the results will populate the combobox.

How do I detect when the return key has been pressed, in the comboBox?
Thanks


--
cmpcwil2
------------------------------------------------------------------------
cmpcwil2's Profile: http://www.excelforum.com/member.php...o&userid=33411
View this thread: http://www.excelforum.com/showthread...hreadid=549391