View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dr chuck dr chuck is offline
external usenet poster
 
Posts: 74
Default text box data entry

thanks steve... will give that a whirl
--
dr chuck


"stevebriz" wrote:


dr chuck wrote:
I have a series of text boxes that require data entry. box1, box2,... box 5.
I would like to be able to select cell 1 then enter data and hit the enter
or tab key then have it progress to box 2... etc.etc.. to box 5..

any suggestions.
I have looked at the text box properties and have not figured this out.

thanks
dr chuck


check out the tabindex ..in the textbox properties. then you can just
TAB you way through...for each textbox set the indeax as the number in
the order you want