I have a checkbox on a userform and I would like for it to add text to a text box, without replacing the contents if there already is something in the textbox.
I would like for it to be added to the left most of the textbox, essentially being the first text that is viewed when reading the contents.
I have used an if to make the textbox1.text= abc, but I don't want to replace all the contents when there are already some notes in the textbox.
For example if the textbox had the following in it Customer Wants Blue Pots
The end result would be : abc - Customer Wants Blue Pots
I would like for it to be added to the left most of the textbox, essentially being the first text that is viewed when reading the contents.
I have used an if to make the textbox1.text= abc, but I don't want to replace all the contents when there are already some notes in the textbox.
For example if the textbox had the following in it Customer Wants Blue Pots
The end result would be : abc - Customer Wants Blue Pots