TabStop and TabIndex allow you to change the order in which the tab key will proceed through the objects on your form. When the object is highlighted, this is known as having the focus. When the TabStop is set to True and the TabIndex is set to 0 (zero), that object will have the focus when the application begins. If you change a TabIndex for a particular object, VB will automatically renumber the tab stops of the other objects