Chapter 15Creating Complex Forms

While simple dialog boxes tend to be static, more complex dialog boxes can be dynamic: They can change when the user clicks certain elements in them. Such changes can include the following:

  • The application changes the information in the dialog box to reflect choices that the user has made. For example, if a user selects a particular check box, the application may hide or disable the other check boxes. This will happen because the options offered by the other check boxes cannot be simultaneously chosen along with the first check box.
  • The dialog box displays a hidden section of secondary, less frequently used, options when the user clicks a button in the primary area of the dialog box.
  • The application uses ...

Get Mastering VBA for Microsoft Office 365, 2019th 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.