Chapter 15
Simple Dialog Boxes
In This Chapter
Saving time by using any of several alternatives to UserForms
Using the InputBox and MsgBox functions to get information from the user
Getting a filename and path from the user
Getting a folder name from the user
Writing VBA code to execute Ribbon commands that display Excel built-in dialog boxes
You can’t use Excel very long without being exposed to dialog boxes. They seem to pop up all the time. Excel — like most Windows programs — uses dialog boxes to obtain information, clarify commands, and display messages. If you develop VBA macros, you can create your own dialog boxes that work just like those built into Excel. Those custom dialog boxes are called UserForms in VBA.
This chapter doesn’t tell you anything about creating UserForms. Rather, it describes some techniques you might be able to use in place of UserForms. Chapters 16 through 18, however, do cover UserForms.
UserForm Alternatives
Some of the VBA macros you create behave ...
Get Excel VBA Programming For Dummies, 3rd 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.