Thread: Listbox - Width
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Benz Benz is offline
external usenet poster
 
Posts: 63
Default Listbox - Width

Hi,

I have a listbox which pulls from a column in my worksheet, each cell has a
line of text. My problem is Some of the text gets cut off.

1.) I do not have room to make the listbox larger
2.) I need the sorting capabilites that the listbox offers
3.) I dont believe there are the same text options (Multinline , wordwrap)
as with textbox's
4.) Ive tried creating it as a multi- column listbox but then it doesnt
pull the correct defined cells from the worksheet

Any help would be appreciated.

Thank You.