In my listbox the strings are longer than the listbox width.
I cannot change the listbox width because of the already made up surface design:
Is there a VBA property for the listbox to:
break the string in half and display it on more than one line
or
scroll horizontally, to see the whole string
If there's not that kind of property, I'd like to know of other ideas.
