Yes, you'll need to add a scrollbar to the form, and to make it scroll when you make the form smaller and larger, put that code in the Form_Resize event. You'll probably need an On Error Resume Next statement in the Form_Resize in case the form is resized too quickly.
-Mike