What code can I use to deselect the selected text in a text box? In other words set the selection to nothing, but not make the selected text "". I do not want to delete the selection, just deselect.
Thanks in advance
Printable View
What code can I use to deselect the selected text in a text box? In other words set the selection to nothing, but not make the selected text "". I do not want to delete the selection, just deselect.
Thanks in advance
Code:Text1.SelStart = 0