Hi,
I am designing a Data Entry kind of a form where I put Textboxes,
Comboboxes, etc., in Excel2003 sheet, I am almost finished with the
programming and validations, however I am facing a problem in moving the
cursor from one textbox to another, In Visual basic we have a property called
"TabIndex" for a Textbox, however I cannot see a "Tabindex" property for a
Textbox and there is no method called "SetFocus" for a textbox. Please help
me in completing my DataEntry form.

Thanks in Advance.