Excel 2019 Power Programming with VBA. Michael Alexander
Чтение книги онлайн.
Читать онлайн книгу Excel 2019 Power Programming with VBA - Michael Alexander страница 2

5
Part III: Working with UserForms
CHAPTER 12: Leveraging Custom Dialog Boxes
Alternatives to UserForms
Using an Input Box
Using the VBA MsgBox Function
Using the Excel GetOpenFilename Method
Using the Excel GetSaveAsFilename Method
Prompting for a Folder
Displaying Excel's Built-in Dialog Boxes
Displaying a Data Form
CHAPTER 13: Introducing UserForms
How Excel Handles Custom Dialog Boxes
Inserting a New UserForm
Adding Controls to a UserForm
Toolbox Controls
Adjusting UserForm Controls
Adjusting a Control's Properties
Displaying a UserForm
Closing a UserForm
Creating a UserForm: An Example
Referencing UserForm Controls
Customizing the Toolbox
Creating UserForm Templates
A UserForm Checklist
CHAPTER 14: Looking at UserForm Examples
Creating a UserForm “Menu”
Selecting Ranges from a UserForm
Creating a Splash Screen
Disabling a UserForm's Close Button
Changing a UserForm's Size
Zooming and Scrolling a Sheet from a UserForm
Exploring ListBox Techniques
Using the MultiPage Control in a UserForm
Using an External Control
Animating a Label
CHAPTER 15: Implementing Advanced UserForm Techniques
A Modeless Dialog Box