Hola,algo asi:
ahi te selecciona solo Pox1...
saludos.
Código [Seleccionar]
Private Sub Command1_Click()
Text1.SelStart = 5
Text1.SelLength = 4
Text1.SetFocus
End Sub
Private Sub Form_Load()
Text1.Text = "Hola Pox1"
End Sub
ahi te selecciona solo Pox1...
saludos.