Selection from textbox

B

boristheblade

I am somewhat new to vb. Is there any way to get the selection from th
a textbox?

So if I have....

"Yadda yadda yadda, blah blah blah"

In the textbox and the user selects "blah blah blah", then clicks
button. So now I have that string in my code. Does that make sense
I just want the selected text to be sent to the _Click() Sub. Than
you so much for any help!!
 
Top