Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to disable the scroll bar on a list box? I want to control
the up and down movement of 2 list boxes with a spin button and move them in sync. -- JT |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you can't hide it I don't believe (if the list is longer than the visible
window), but if you set the Listbox's enable property to False, the user can not manipulate it, but your code can still manipulate the listbox. -- Regards, Tom Ogilvy "JT" wrote: Is it possible to disable the scroll bar on a list box? I want to control the up and down movement of 2 list boxes with a spin button and move them in sync. -- JT |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the help......This is a terrific resource. Thanks again
-- JT "Tom Ogilvy" wrote: you can't hide it I don't believe (if the list is longer than the visible window), but if you set the Listbox's enable property to False, the user can not manipulate it, but your code can still manipulate the listbox. -- Regards, Tom Ogilvy "JT" wrote: Is it possible to disable the scroll bar on a list box? I want to control the up and down movement of 2 list boxes with a spin button and move them in sync. -- JT |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I scroll within an alphabetical list in Excel? | Excel Discussion (Misc queries) | |||
using scroll with list function | Excel Discussion (Misc queries) | |||
Want to scroll with mouse through drop down list | Excel Discussion (Misc queries) | |||
validation list. Scroll to top when using, how? | Excel Worksheet Functions | |||
List (Drop Down Menu) Scroll Bar | Excel Discussion (Misc queries) |