View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
sebastienm sebastienm is offline
external usenet poster
 
Posts: 694
Default Long User Form Question.

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

--
Regards,
Sébastien
<http://www.ondemandanalysis.com


"xMan" wrote:

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