<code>
Sv: Markera text
Svara
Private Sub Text1_GotFocus()
Text1.SelStart = 0
Text1.SelLength = Len(Text1)
End Sub
</code>
/Ibbe
<code>
Sv: Markera text
Svara
Private Sub Text1_GotFocus()
Text1.SelStart = 0
Text1.SelLength = Len(Text1)
End Sub
</code>
/Ibbe