A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You cannot wrap text in a combo box or list box.
You might place a label next to the combo box, and make it tall enough to display multiple lines of text.
In the Change or Click event of the combo box, set the Caption of the label to the currently selected item of the combo box.