Cargando…

Absolute beginners guide to VBA /

Visual Basic for Applications (VBA) is a set of tools based on the Visual Basic language. The great thing about using it to enhance Office applications is that it's easier to learn than Visual Basic and it comes with your Office license. After reading this book, the reader will be proficient in...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: McFedries, Paul
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Que, ©2004.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. 1. Getting Started with VBA
  • 1. Recording Your First Macro
  • 2. Writing Your Own Macros
  • 3. Understanding Program Variables
  • 4. Building VBA Expressions
  • 5. Working with Objects
  • 6. Controlling Your VBA Code
  • pt. 2. Putting VBA to Work
  • 7. Programming Word
  • 8. Programming Excel
  • 9. Programming PowerPoint
  • 10. Programming Access
  • 11. Programming Outlook
  • pt. 3. Getting the Most Out of VBA
  • 12. Interacting with the User
  • 13. Creating Custom VBA Dialog Boxes
  • 14. Creating Custom Menus and Toolbars
  • 15. Debugging VBA Procedures
  • pt. 4. Appendixes
  • A. VBA Statements
  • B. VBA Functions.