Top "Userform" questions

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

VBA Userform textbox default value and highlighted

In my UserForm, I want to set a default value for my TextBox, that will highlight when focused upon. Private …

excel vba textbox userform
Excel VBA Userform - Execute Sub when something changes

I have a userform containing lots of text boxes. When ever the values of these text boxes changes, I need …

vba excel excel-2007 userform
How to get selected value in multicolumn listbox

I have a multicolumn listbox in my userform and I would like to get all the values of the elements …

vba excel listbox userform
Set focus back to the application window after showing userform

When showing a userform (running its Show method) it not only shows up on the screen but also takes the …

vba excel focus userform
Global Variable in Userform

I search about this in the forum and found some answers but did not work for me. I have two …

vba global-variables userform
Pass data between UserForms

Within Excel VBA I have a User Form similar to the following where the user enters an ID number and …

forms vba excel userform
Calling a userform and returning a value

I have a vba code thats Auto_Open. It does some checks then prompts a userform that asks for username …

excel excel-2010 userform vba
Timer on user form in Excel VBA

I've got some old Excel VBA code where I want to run a task at regular intervals. If I were …

vba excel userform
Remove the scroll bar on a list box

I'm using a userForm in vba and I have a list box. I want to remove the horoz. scroll bar …

excel vba userform
UserForm Close Event

I have a UserForm which is opened and closed in a loop while a condition exists. The users can click …

vba userform