How to Create an Excel UserForm
Written By: admin on March 9, 2010
7 Comments
Watch and learn how to create userform, and add text boxes and labels in Excel.
Watch and learn how to create userform, and add text boxes and labels in Excel.
@fraserdes Set the ScrollHeight property to the full height of the user form, when sized to show everything. For example, you might have to set it to 300 to see all the controls, if there were no scroll bar. Then, you can reduce the height of the user form, and the scroll bar will show everything in the ScrollHeight range.
Hi I have created a UserForm similar to yours, but alot longer. The problem I have is that since my form is longer I need a scroll bar, so I added one it through the properties area in the design view but for some reason the scroll button wont work! could you please help me
Hi I have created a UserForm similar to yours, but alot longer. The problem I have is that since my form is longer I need a scroll bar, so I added one it through the properties area in the design view but for some reason the scroll button wont work! could you please help me
@rimalnigam Thanks! I’m glad you liked the video.
Your voice and the lesson both are great.
jigmandude, you’re welcome, and thanks for letting me know that the video helped you.
thank you for poasting this! It helped me create my first user form