Chapter 17

Using UserForm Controls

IN THIS CHAPTER

Bullet Understanding each type of dialog box control

Bullet Changing each control’s properties

Bullet Manipulating dialog box controls in your UserForm object

A user responds to a custom dialog box (also known as a UserForm) by using the various controls (buttons, edit boxes, option buttons, and so on) that the dialog box contains. Your VBA code then makes use of these responses to determine which actions to take. You have quite a few controls at your disposal, and this chapter tells you about them.

If you worked through the hands-on example in Chapter 16, you already have some experience with UserForm controls. This chapter fills in some of the gaps.

Getting Started with Dialog Box Controls

In this section, you explore how to add controls to a UserForm, give them meaningful names, and adjust some of their properties.

Remember Before you can do any of these things, you must have a UserForm, which you get by choosing Insert ⇒ UserForm in the VBE. When you add a UserForm, make sure that the correct project is selected in the Project window (if more than one ...

Get Excel VBA Programming For Dummies, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.