View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] oksar.emre@gmail.com is offline
external usenet poster
 
Posts: 1
Default Userform otomatic to perceive

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
----------------------------------------------------

what ???? write ?