Disabling a UserForm's Close Button
Simple VBA code to prevent the user from closing a UserForm by clicking the "x"
on the UserForm's title bar.
Creating a UserForm Programmatically
Describes a useful function the displays a list of OptionButtons derived from an array.
The UserFrom and VBA code are created on the fly.
A Color Picker Dialog Box
A function that displays a dialog box that lets the user select a color. Uses a class
module.
Displaying a Menu of Worksheets to Print
A subroutine that creates a temporary dialog box that lists the names of each worksheet in
a series of checkboxes. The user can then select which sheets to print. The technique can
easily be adapted.
Handle Multiple UserForm Buttons With One Subroutine
A technique that lets you create a single subroutine that is executed when any of several
CommandButtons is clicked. Includes a sample file. Requires Excel 97.
An Enhanced Data Form
An Excel add-in that replicates the Data Form command - with lots of enhancements.
The add-in is free, but access to the source code requires payment.