Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Todd,
I guess that is possible, but have you considered a multi page control instead. It would be a lot cleaner. Robin Hammond www.enhanceddatasystems.com "Todd Huttenstine" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Todd,
Set the Userform ScrollBars property to fmScrollBarsHorizontal and the ScrollWidth property to something large, say, 6000. -- Rob van Gelder - http://www.vangelder.co.nz/excel "Todd Huttenstine" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I turn scroll lock off (2007 excel)? No scroll lock key | Excel Discussion (Misc queries) | |||
Cannot scroll with a Scroll Point Mouse | Excel Discussion (Misc queries) | |||
adding scroll bar to scroll on cell's content? | Charts and Charting in Excel | |||
Scroll horizontaly with mouse, create same system used to scroll . | New Users to Excel | |||
Scroll the screen view with the scroll bar | Excel Discussion (Misc queries) |