Excel VBA User Forms and Input Boxes
The following are links to resources that will help you understand how to code user forms in Microsoft Excel using VBA.
- How to Use Input Boxes with Visual Basic for Applications
- Conditionally Displaying a Message Box
- How to Programmatically Increment a Date With a Spinner
- Fill a ListBox with unique values from a worksheet
- Populate Dialog
- Decide what an INPUTBOX is supposed to return
- How to Display a UserForm Whose Name Is in a Variable
- How to Use the RefEdit Control with a UserForm
- What’s This Help – Class to emulate What’s This help on a userform.
- How to Display a Progress Bar with a User Form
- Resricting a TextBox to numeric-only input
- Adding an icon on the title bar of the Userform
- How to Remove All Items from a ListBox or ComboBox
- Input Boxes and Message Boxes: A few simple examples of using input boxes to collect information and messages boxes to report the results.
- How to Use the TextColumn Property
- Making a title form an Userform – with no title bar
- Handle Multiple UserForm Buttons With One Subroutine
- Custom Dialogs
- Survey Form With Option Buttons
- How to Create Yes and No Buttons for a Custom Message Box
