Scroll Bar

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

I have a userform that is not big enough to put all the
form objects in it that I need. Expanding the User Form
Horizontal or Vertical is not an option. I want to be
able to have the same size Userform as it is now(because
it wont expand any further horizontally) with a horizontal
scroll bar where I can move the scroll bar to see more
form objects (Labels, textboxes, Comboboxes, etc...).

Thanx

Todd Huttenstine
 
Todd,

Set the Userform ScrollBars property to fmScrollBarsHorizontal and the
ScrollWidth property to something large, say, 6000.
 

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