View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hfisher11 hfisher11 is offline
external usenet poster
 
Posts: 1
Default How to wrap text in a ListBox

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?