View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter_A_M (NL) Peter_A_M (NL) is offline
external usenet poster
 
Posts: 12
Default Scrollbar does not work

Maybe someone else has more detailed suggestions, but my advice to you would
be these two questions:

- Have you studied the ScrollBar Control topic in Visual Basic Help?
- Did you provide values for all of the Min, Max, LargeChange and
SmallChange properties (be it in the properties window of the control or in
your code) ?

I hope this helps a little bit!
Greetings,
Peter


"Purnima" wrote:

Hi,
I'm trying to use the scrollbar control in a userform. But the problem is it
does not scroll. Any suggestions how to make the scrollbar work?

Thanx.