I am trying to insert text where the cursor is positioned but the text i add is added to the end of the last word in textarea. and never at the cursor possition. Any ideas on how i fix this? PUBLIC SUB Button1_Click() textarea1.Text = textarea1.Text & "Hello" END