Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What determines the presence of a Horizontal scrollbar on a Listbox? I would
think it would be dependent on the width of the longest string you put in. But, it doesn't appear that way. The longest string I put in is one character long with a font size of 9. The width of the listbox has to be jacked all the way up to 80 to get rid of the scrollbar. I'm running with Excel 2003. Any ideas? thanks, ken |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at the columnwidth property. Make it less than the width of the
listbox. -- Regards, Tom Ogilvy "Ken Soenen" wrote in message ... What determines the presence of a Horizontal scrollbar on a Listbox? I would think it would be dependent on the width of the longest string you put in. But, it doesn't appear that way. The longest string I put in is one character long with a font size of 9. The width of the listbox has to be jacked all the way up to 80 to get rid of the scrollbar. I'm running with Excel 2003. Any ideas? thanks, ken |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom. That did it.
ken "Tom Ogilvy" wrote in message ... Look at the columnwidth property. Make it less than the width of the listbox. -- Regards, Tom Ogilvy "Ken Soenen" wrote in message ... What determines the presence of a Horizontal scrollbar on a Listbox? I would think it would be dependent on the width of the longest string you put in. But, it doesn't appear that way. The longest string I put in is one character long with a font size of 9. The width of the listbox has to be jacked all the way up to 80 to get rid of the scrollbar. I'm running with Excel 2003. Any ideas? thanks, ken |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Troubleshoot horizontal scrollbar | Excel Worksheet Functions | |||
Horizontal Scrollbar | New Users to Excel | |||
remove horizontal scrollbar combobox | Excel Programming | |||
Horizontal Scrollbar For Lisbox | Excel Programming | |||
Horizontal scrollbar in ListBox | Excel Programming |