Scrollbar settings in a UserForm

  • Thread starter Thread starter mohsinb
  • Start date Start date
M

mohsinb

Hi,

I have a userform with a vertical scrollbar which works fine, but the
scrollbar is slid at the bottom when it shows up for the first time.
The users woud have to slide it up to get at the beginning of the form.
I tried several settings in VBE under project properties for the form,
to have the vertical scrollbar at the top when the form is displayed
but without success.

Can anyone suggest any solutions ?

Thanks.
 
Look at your tab order. The control with tab order zero should be at the
top of the form.
 
Hello Tom,

The tab order for the controls was correct - 0 thru 9 - top to bottom.
I had to change Tabstop to false(was true) for taborder 9. The rest of
them were false. Now it works great.

Thanks for your help in putting me on the right track.

Mohsinb.
 
Back
Top