Home > How-To Library > Controls

How to Auto tabbing fields

**************************************************************** * © 2007 CodeItBetter http://www.codeitbetter.com * * This notice MUST stay intact for legal use * ****************************************************************
Private Sub Text2_Change() If Len(Text2.Text) = Text2.MaxLength Then SendKeys "{Tab}" End Sub

If you would like to submit your code here please us. Do not forget to mention your name. We are always thankful to each and everyone of you who submitted their code here.