View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Webtechie Webtechie is offline
external usenet poster
 
Posts: 84
Default Removing vertical scrollbars on listbox

I have a listbox that is just going to display one field and one line at a
time. I have a spin button that will iterate through the listbox values.

However, the listbox is showing a vertical scrollbar. How do I disable or
remove the vertical scrollbar? The vertical scroll is real small (since I am
only showing one line at a time) which is why I added a spin button.

Thanks,

Tony