Mastering VBA for Microsoft Office 2016 /
Enhance productivity in any Office application with zero programming experience using VBA programming language. Tutorials walk beginners through the basics, while intermediate and advanced content guides more experienced users toward efficient solutions.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, Indiana :
Sybex,
[2016]
|
Colección: | Online access with DDA: Askews (Maths)
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Part 1. Recording macros and getting Started with VBA. Recording and running macros in the Office applications ; Getting started with the Visual Basic Editor ; Editing recorded macros ; Creating code from scratch in the Visual Basic Editor
- Part 2. Learning how to work with VBA. Understanding the essentials of VBA syntax ; Working with variables, constants, and enumerations ; Using array variables ; Finding the objects, methods, and properties you need
- Part 3. Making decisions and using loops and functions. Using built-in functions ; Creating your own functions ; Making decisions in your code ; Using loops to repeat actions
- Using message boxes, input boxes, and dialog boxes. Getting user input with message boxes and input boxes ; Creating simple custom dialog boxes ; Creating complex forms
- Part 5. Creating effective code. Building modular code and using classes ; Debugging your code and handling errors ; Building well-behaved code ; Exploring VBA's security features
- Programming the Office applications. Understanding the Word object model and key objects ; Working with widely used objects in Word ; Understanding the Excel object model and key objects ; Working with widely used objects in Excel ; Understanding the PowerPoint object model and key objects ; Working with shapes and running slide shows ; Understanding the Outlook object model and key objects ; Working with events in Outlook ; Understanding the Access object model and key objects ; Manipulating the data in an access database in VBA ; Accessing one application from another application ; Programming the Office 2016 ribbon
- Appendix: the bottom line.