Top "Userform" questions

A customizable GUI that interfaces easily with VBA when working with Microsoft Office products.

Using VBA to add tabs to a multipage useform in excel

I need to find the VBA code to add x number of tabs to a multipage in a userform in …

vba excel userform multipage
excel - vba - userform - frame - set scrollbar position

How do I set the scrollbar position of a frame(inside an userform)? The case: I have a frame in …

excel scrollbar excel-2010 userform vba
Difference between declaring a userform as Object vs MSForms.Userform?

Just a question that I can't seem to find an answer on. I'm programmatically creating a userform, and I've found …

vba vb6 userform
How to dynamically get the value of current multipage tab value?

Community, I am currently hiding my tabs on my userform multipage except for the current tab. The user can click …

excel vba tabs userform multipage
Excel UserForm displays at the wrong size

I'm having a very strange issue with Excel UserForms; when I display a form by clicking a command button in …

vba excel userform
How to call a user defined function in vba code

I created a Public function in Module two called "t_value". I now want to use this function in the …

excel vba userform
How do I load every UserForm without having to call .Show individually?

I wanted to figure out how you could load every UserForm without having to call Userform1.Show UserForm2.Show etc. …

excel userform vba
VBA listbox select worksheet by index

I have a form with listbox which dynamically provides a list of the worksheets in the current workbook (code below). …

vba excel listbox userform