Excel XP: Vertical scrollbar doesn't work on form

B

Birk Binnard

I have a large (750 x 750) form that users with 800x600 size screens
need to use. I've specified that a vertical scrollbar be on the form and
stay visible. But the scollbar is disabled (still visible) when the form
loads. (Disabled = no thumb pad to move up/down on the bar.) The
scrollbar is on the form in Design view and I've got these to statements
in the form_activate event:

Me.KeepScrollBarsVisible = fmScrollBarsVertical
Me.VerticalScrollBarSide = fmVerticalScrollBarSideRight

How can I get the vertical scroolbar to work?
 
Top