View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT JT is offline
external usenet poster
 
Posts: 234
Default list box / scroll bar

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