Sorry, HAPPY TOO SOON.
At the end I finished with this part of code: (after getting error "invalide" us of Null)
If IsNull(Len(txtSearch)) Then
txtSearch.SelStart = 0
Else
txtSearch.SelStart = Len(txtSearch)
End If
BUT (I think there is always BUT) --> BUT while I'm...