Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using a listbox with the fmListStyleOption so I can check the choices I
wish to include in my spreadsheet. The problem is that the text corresponding to each check box is extended and there doesn't seem to be the option to word wrap the text. So 1) did I miss the word wrap option? 2) could I use tool text tips attached to each list item separately (instead of to the listbox as a whole) or is there 3) some other choice? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is no wrap option for a ListBox. Your only option will be to
1. Extend width of control 2. Edit text 3. Reduce font size 4. Revert to Plain style making more space, user needs to click text -- Regards, Nigel "David Gerstman" wrote in message ... I'm using a listbox with the fmListStyleOption so I can check the choices I wish to include in my spreadsheet. The problem is that the text corresponding to each check box is extended and there doesn't seem to be the option to word wrap the text. So 1) did I miss the word wrap option? 2) could I use tool text tips attached to each list item separately (instead of to the listbox as a whole) or is there 3) some other choice? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format - Style list | Excel Discussion (Misc queries) | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
Changing from format style to list style | Excel Worksheet Functions | |||
Excel 2003 List does not preserve border style for all rows | Excel Discussion (Misc queries) | |||
data validation list arrow style | Excel Programming |