Long User Form Question.

X

xMan

I would like to create a Long User Form (it would have a height greater than
the screen height), but I don't know how to create a User Form with Scroll
Bars that work. I set the form Height to say 1000. I turn on Scroll Bars
Vertical (2) and the form shows a scroll area, but with no slider.

Could someone please tell me what I should do to get a scrolling User Form.

Thanks,
xMan
 
S

sebastienm

Hi,

The Height represent the userform window height, so it should still be the
regular size. Now, the scrolling area is what you want to set to 1000... the
property is ScrollHeight.

Example:
- Height: 180
- KeepScrollBarVisible: fmScrollBarsBoth
- ScrollBars: fmScrollBarsBoth
- ScrollHeight: 1000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top