Top "Userform" questions

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

VBA Excel Populate ListBox with multiple columns

This may be a cheap question for some but I'm totally confused on how to populate my listbox. Using this …

vba excel listbox userform
VBA drag and drop file to user form to get filename and path

I'd like to learn a new trick, but I'm not 100% confident it is possible in VBA, but I thought I'd …

excel vba drag-and-drop userform
vba get true radio button val from group

In Excel VBA: I'm creating a form. This form has several radio button groups, some of which have many options (…

vba radio-group userform radio-button
VBA: Userform initialize method not being hit when userform initializes

My module code calling the userform: PreInfo.Show My userform code: Public Sub PreInfo_Initialize() Dim Invoice, Name, Model, Crank, …

vba module listbox initialization userform
Remove Dynamically Added Controls from Userform

I have an Excel userform with dynamically added checkboxes. I add the checkboxes with code that looks like this: Set …

excel vba userform
How to filter listbox values based on a Textbox value

I have a textbox and a listbox on userform. I want to filter the values in listbox based on the …

vba excel filter listbox userform
VBA MSFORMS vs Controls - whats the difference

When adding controls to a userform, what is the difference between the following. I am confused as to when it …

vba userform
Assigning hotkeys to buttons on forms created for excel vba

I have created a macro for excel which will pop up form that contains button and text field. Is there …

excel vba userform
Modeless form that still pauses code execution

Is there anyway to have a userform that acts modeless, while still pausing code execution like a modal form? I'd …

vba modal-dialog userform modeless
Why UserForm is "Not Responding" During Run Time in VBA Excel?

I'm very new with VBA Excel and i only know the things as far as i need for this report …

vba excel userform