ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Scrolling of UserForm1 (https://www.excelbanter.com/excel-programming/347466-scrolling-userform1.html)

frankosun

Scrolling of UserForm1
 
Hi there,

i have one problem, i cannot understand using of scrollbar in vb in excel.
I have one userform which is bigger then my screen and i need to put in this
form scrollbar and use it for moving my userform to see all things on it. Can
anyone help me? Thanx a lot.

Tom Ogilvy

Scrolling of UserForm1
 
Try putting code like this in your Initialize event.

Private Sub UserForm_Initialize()
Dim lh As Long
Me.ScrollBars = fmScrollBarsVertical
lh = Me.Height
Me.ScrollHeight = lh
Me.Height = Me.Height / 2
End Sub


Then play with it to get what you want.

--
Regards,
Tom Ogilvy


"frankosun" wrote in message
...
Hi there,

i have one problem, i cannot understand using of scrollbar in vb in excel.
I have one userform which is bigger then my screen and i need to put in

this
form scrollbar and use it for moving my userform to see all things on it.

Can
anyone help me? Thanx a lot.





All times are GMT +1. The time now is 04:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com