Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all, anyone can teach me how to make the horizontal scroll bar in
list box? actually, the vertical scroll bar is appeared automatically whehn the contents are more than list box size. However, a created a list box to show the path of the files. Since the path is so long and longer than the list box, thus, I / users not able to read the full path..... can you help? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I looked at the documentation for the ListBox object in VBA and didn't see
anything about a scroll bar, vertical or horizontal, among the properties. Maybe that's not one of the things you can control, though it would surrise me. --- " wrote: Hi all, anyone can teach me how to make the horizontal scroll bar in list box? actually, the vertical scroll bar is appeared automatically whehn the contents are more than list box size. However, a created a list box to show the path of the files. Since the path is so long and longer than the list box, thus, I / users not able to read the full path. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are using an ActiveX ListBox, just set the ColumnsWidths property to
a number large enough to show your longest item. -- Rick (MVP - Excel) wrote in message ... Hi all, anyone can teach me how to make the horizontal scroll bar in list box? actually, the vertical scroll bar is appeared automatically whehn the contents are more than list box size. However, a created a list box to show the path of the files. Since the path is so long and longer than the list box, thus, I / users not able to read the full path..... can you help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
horizontal scroll bar | Excel Worksheet Functions | |||
Horizontal Scroll Bar Not Working | Excel Worksheet Functions | |||
Horizontal Scroll Bar | Excel Worksheet Functions | |||
horizontal scroll bar | Excel Worksheet Functions | |||
No Horizontal Scroll Bar | Excel Discussion (Misc queries) |