Oct 10, 2003 #1 lalee5 Technical User Oct 20, 2002 70 US how do i code when user press enter key to act as return key when entering text into textbox? kay lo
Oct 11, 2003 #2 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, You could use the keydown event and test is value. Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com Upvote 0 Downvote
Hi, You could use the keydown event and test is value. Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com
Oct 11, 2003 #3 BenRowe Technical User Sep 13, 2003 227 US I'm assuming you are using VBA. Change your textbox property Multiline to true and also its Enter Key Behavior to true. Upvote 0 Downvote
I'm assuming you are using VBA. Change your textbox property Multiline to true and also its Enter Key Behavior to true.
Oct 11, 2003 #4 S SkipVought Programmer Dec 4, 2001 47,492 US Boy! I missed that question! You're on, Ben! Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com Upvote 0 Downvote
Boy! I missed that question! You're on, Ben! Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com