With Me.Text1
.SelStart = 0
.SelLength = Len(.Text)
End With
TextBox1.SelStart = 1
TextBox1.SelLength = Len(TextBox.Text)
Konst_One писал(а):если текстовое поле - это элемент TextBox на форме , то тогда так:
- Код: Выделить всё
With Me.Text1
.SelStart = 0
.SelLength = Len(.Text)
End With
Сейчас этот форум просматривают: Google-бот и гости: 109