scroll bars in userforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have inserted a scroll bar from the toolbox and now I
need to get it to work how do I get this thing to scroll
up and down on my userform??
..
 
Hi anonymous,
Private Sub UserForm_Initialize()
Me.ScrollHeight = Me.InsideHeight * 4
End Sub

MP
 

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

Back
Top