View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Risky Dave Risky Dave is offline
external usenet poster
 
Posts: 161
Default Input on a user form

Hi,

I have a user form that captures input from the user (at most, just a couple
of numbers) and then uses this input elsewhere.

I want to do is have the user press the enter key to show that they have
completed their selection. The intention is to not have an "ok" type button
on the form (purely for aesthetic reasons!).

How do I set up the textbox or code on the form to do this?

TIA

Dave