I have a UserForm that goes beyond the Workbook window. I have a vertical scroll bar but it doesn't let me scroll up and down. THis is the code that I have to display it:
[VBA]Private Sub UserForm_Initialize()
RiskForm.ScrollBars = fmScrollBarsVertical
End Sub
[/VBA]
Is there something else I need to do to enable the scroll bar?