Microsoft Excel 2016 Programming Pocket Primer

  • 4h
  • Julitta Korol
  • Mercury Learning
  • 2016

As part of the Pocket Primer series, this book was designed for someone like you who needs to master Excel programming fundamentals without spending too much time. All you need is a short book to get you started. It will show you only the things you need to know to feel at home with VBA. What you learn in this book on Excel programming will also apply to, say, Access programming. The book is divided into nine chapters that progressively introduce you to programming Microsoft Excel 2016.

In this Book

  • Microsoft Excel 2016 Programming Pocket Primer
  • Excel Macros: A Quick Start in Excel VBA Programming
  • Excel Programming Environment: A Quick Overview of Its Tools and Features
  • Excel VBA Fundamentals: A Quick Reference to Writing VBA Code
  • Excel VBA Procedures: A Quick Guide to Writing Function Procedures
  • Adding Decisions to Excel VBA Programs: A Quick Introduction to Conditional Statements
  • Adding Repeating Actions to Excel VBA Programs: A Quick Introduction to Looping Statements
  • Storing Multiple Values in Excel VBA Programs: A Quick Introduction to Working with Arrays
  • Keeping Track of Multiple Values in Excel VBA Programs: A Quick Introduction to Creating and Using Collections
  • Excel Tools for Testing and Debugging: A Quick Introduction to Testing VBA Programs