I am using a ListBox to bring up details about specific points in a graphic.
One of the fields in the ListBox is for a description and could be only 10
characters long or several 100 characters long. Note: the content is
identified by cell reference.

I want to keep the ListBox the same size and want to know how to use WRAP
TEXT to allow a longer entry to show completely within the ListBox field.

Can anyone help?