Look at the keydown or keyup events in a textbox from the control toolbox
toolbar.
You don't say where the textbox is, so make sure you read the help on these
events. (such as cautions for a userform with a commandbutton set to true
for the default property).
--
Regards,
Tom Ogilvy
"FClifton" wrote:
> I would like to make it so that when a user presses enter in a single line
> textbox, the textbox value gets written into some other place and the focus
> ends up back in the textbox. I could do all that if I could capture the
> Enter, but I don't see a way to do that. Any ideas?
|