if you have an ok-button, you could make this button the default button, just have a look in the properties-windows.

another option would be to use the keypress-event, the ASCII-code for RETURN is 13 or vbCR.

hope that helps