I'm trying to achieve a form where multiple pieces of text can be displayed in TextBox2 prior to pressing 'Enter' on the UserForm (I've still to add a few options to the ListBox).

I'm after having say two or three of the "paragraphs" of text (selected as an option from ListBox1) to display in TextBox2 in realtime and in the order that they are selected.

Hope this makes sense?