You're welcome, glad to lend a hand.

You could change the answer Textbox to a Listbox (it allows for columns), setup the listbox columns. Then have the Answers function return a multi-dimensional array instead of a string.

Some info on using these ideas:
ListBox control, ColumnCount, ColumnWidths properties example | Microsoft Learn
Using arrays (VBA) | Microsoft Learn