O
oksar.emre
hi
Userform put on the two textbox.they are names textbox1 and textbox2.
They are valeu's character length four if textbox2 selecting.
what is userform events?
-------------------------------------------------------
Private Sub UserForm_????????????()
if len(textbox1)=4 then
textbox2.setfocus
end if
End Sub
Userform put on the two textbox.they are names textbox1 and textbox2.
They are valeu's character length four if textbox2 selecting.
what is userform events?
-------------------------------------------------------
Private Sub UserForm_????????????()
if len(textbox1)=4 then
textbox2.setfocus
end if
End Sub