Execute a command when ENTER is pressed in field

M

mmatzke

If a representative presses ENTER, can I have an executable run? (This will
do a search or submit a value) I still want to be able to tab or exit the
field without running the command if the ENTER key is not pressed.
 
K

Klatuu

This is what the After Update event is for. Read VBA Help on After Update
for details.
 
Top