Re: Textbox jumps back to the start




"Jack" <jl@xxxxxxxxxx> wrote in message news:uW1TX%23DlGHA.2280@xxxxxxxxxxxxxxxxxxxxxxx

Is this wrong? Still hopping to the start
Text6.SelStart = Len(Text6.Text)


That code needs to follow the concatenation. IOW, use that code AFTER you've assigned a string to the Text property.

--
Mike
Microsoft MVP Visual Basic

.



Relevant Pages