Chapter 15

Simple Dialog Boxes

IN THIS CHAPTER

Bullet Saving time by using any of several alternatives to UserForms

Bullet Using the InputBox and MsgBox functions to get information from the user

Bullet Getting a filename and path from the user

Bullet Getting a folder name from the user

Bullet 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. Like most Windows programs, Excel 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 useful techniques you might be able to use in place of UserForms. If you can get the information you need without the trouble of designing and building a UserForm, you’ll save time ...

Get Excel VBA Programming For Dummies, 6th 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.