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

Signature
Regards,
Sébastien
<http://www.ondemandanalysis.com>
> 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
[quoted text clipped - 5 lines]
> Thanks,
> xMan
xMan - 24 Nov 2007 02:49 GMT
Thanks ever so much. It makes sence after it is explained. Way to go.
xMan
> Hi,
>
[quoted text clipped - 17 lines]
> > Thanks,
> > xMan