Hi,

In the UserForm Properties:
a. Change the ScrollBars Property to 2 - fmScrollBarsVertical.
b. Change the ScrollHeight Property to a number larger than the UserForm Height.
c. Optionally changes the ScrollTop Property.

These items can be changed using VBA if you need to change values at runtime to remove the ScrollBars or to make the scroll height larger or smaller.

Lewis