View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default How do I make tab automatic in an excel data entry form?

In addition to Bob's suggestion, you could also employ some VBA code
to check the values of the data entry cells to see if they are non-
empty and/or contain the type of information you need, before allowing
the end user to complete the form.

--JP

On Aug 13, 11:28*am, Greattude
wrote:
I have created a form for our salespeople and I want to have excel
automatically move the cursor to the data entry areas so they have to fill it
in before moving on???