Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a user form that I have added the vertical scroll bar to by using the properties. However , the scroll bar does not work.. Is there something else I need to do?? Thanks in advance! Kimberly |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is any of the userform not visible? If not, then there would be nothing to
scroll to. -- Regards, Tom Ogilvy "KimberlyC" wrote in message ... Hi I have a user form that I have added the vertical scroll bar to by using the properties. However , the scroll bar does not work.. Is there something else I need to do?? Thanks in advance! Kimberly |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi KimberlyC;
For example: Private Sub UserForm_Initialize() ' Vertical ScrollBar Me.ScrollHeight = Me.InsideHeight * 3 ' Horizontal ScrollBar 'Me.ScrollWidth = Me.InsideWidth * 3 End Sub MP "KimberlyC" a écrit dans le message de ... Hi I have a user form that I have added the vertical scroll bar to by using the properties. However , the scroll bar does not work.. Is there something else I need to do?? Thanks in advance! Kimberly |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I figured it out.. I changed the scroll height to match the form height and that seemed to work... "KimberlyC" wrote in message ... Hi I have a user form that I have added the vertical scroll bar to by using the properties. However , the scroll bar does not work.. Is there something else I need to do?? Thanks in advance! Kimberly |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scroll bars disappeared | Excel Discussion (Misc queries) | |||
scroll bars | Excel Worksheet Functions | |||
SCROLL BARS | Excel Discussion (Misc queries) | |||
Scroll bars | Excel Discussion (Misc queries) | |||
Scroll bars | Excel Discussion (Misc queries) |