in VBA for excel how would i go about the following loop:

I have a listbox(LBanimals), Button(BTNcombine) and a textbox(TBcombined).

Say the listbox is populated with: Dog, Cat, lion.

I want to click the button to combine these and display Dog + Cat + Lion in the textbox.

any ideas?