I am trying to pass data entered in several textboxes on to display in another textbox as a string of text in the same userform on button click

Ex:
Textbox 1: 123456 E Main St
Textbox 2: Miami
Textbox 3: FL
Textboc 4: 33172

all data combined to:

Textbox 5: 123456 E Main St
Miami, FL 33172


All the data entered needs to be in a textbox combined as text so i can use the copy and paste button on all the data.

I would also like to have the textbox have linebreaks so each entry is formated like an address entry.

Thank you for the help in advance