A
althafexcel
Im working on MS Word 2003. I have created two VB Text box controls
namely A & B.
Once when the user inputs a character in field A, the focus must move
to the field B. How can this be acheived.
Actually i have done the code which doesn't work and it gives error in
the setFocus line.
Private Sub TextBox1_Change()
If len(A.text)>0 then
B.setFocus
end if
End Sub
It gives object doesn't support this method in the line of B.SetFocus.
Please help me before i get mad.
namely A & B.
Once when the user inputs a character in field A, the focus must move
to the field B. How can this be acheived.
Actually i have done the code which doesn't work and it gives error in
the setFocus line.
Private Sub TextBox1_Change()
If len(A.text)>0 then
B.setFocus
end if
End Sub
It gives object doesn't support this method in the line of B.SetFocus.
Please help me before i get mad.