Microsoft Excel 2019 VBA and Macros
Use this guide to automate virtually any routine task: save yourself hours, days, maybe even weeks! Make Excel do things you thought were impossible, discover macro techniques you won’t find anywhere else, and create automated reports that are amazingly powerful. Bill Jelen and Tracy Syrstad help you instantly visualize information, so you can act on it… capture data from anywhere, and use it anywhere… automate Excel 2019’s best new features. You’ll find simple, step-by-step instructions, real-world case studies, and workbooks packed with bonus examples, macros, and solutions—straight from Mr Excel!
  • Get started fast with Excel macro development
  • Work efficiently with ranges, cells, and formulas
  • Build super-fast applications with arrays
  • Automate Excel’s new pivot table enhancements
  • Collect user data with custom dialogs
  • Make your macros more reliable and resilient
  • Pull data from the Internet with web queries
  • Use advanced classes, collections, and custom functions
  • Build sophisticated business analysis solutions
  • Read and write to Access or SQL Server databases
  • Control other Office programs, and Windows itself
  • Write code that also works on older Excel versions
  • Start writing Office Store-style Excel Apps

The full text downloaded to your computer

With eBooks you can:

  • search for key concepts, words and phrases
  • make highlights and notes as you study
  • share your notes with friends

eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps.

Upon purchase, you will receive via email the code and instructions on how to access this product.

Time limit

The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed.

1129100580
Microsoft Excel 2019 VBA and Macros
Use this guide to automate virtually any routine task: save yourself hours, days, maybe even weeks! Make Excel do things you thought were impossible, discover macro techniques you won’t find anywhere else, and create automated reports that are amazingly powerful. Bill Jelen and Tracy Syrstad help you instantly visualize information, so you can act on it… capture data from anywhere, and use it anywhere… automate Excel 2019’s best new features. You’ll find simple, step-by-step instructions, real-world case studies, and workbooks packed with bonus examples, macros, and solutions—straight from Mr Excel!
  • Get started fast with Excel macro development
  • Work efficiently with ranges, cells, and formulas
  • Build super-fast applications with arrays
  • Automate Excel’s new pivot table enhancements
  • Collect user data with custom dialogs
  • Make your macros more reliable and resilient
  • Pull data from the Internet with web queries
  • Use advanced classes, collections, and custom functions
  • Build sophisticated business analysis solutions
  • Read and write to Access or SQL Server databases
  • Control other Office programs, and Windows itself
  • Write code that also works on older Excel versions
  • Start writing Office Store-style Excel Apps

The full text downloaded to your computer

With eBooks you can:

  • search for key concepts, words and phrases
  • make highlights and notes as you study
  • share your notes with friends

eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps.

Upon purchase, you will receive via email the code and instructions on how to access this product.

Time limit

The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed.

37.99 In Stock
Microsoft Excel 2019 VBA and Macros

Microsoft Excel 2019 VBA and Macros

Microsoft Excel 2019 VBA and Macros

Microsoft Excel 2019 VBA and Macros

eBook

$37.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Use this guide to automate virtually any routine task: save yourself hours, days, maybe even weeks! Make Excel do things you thought were impossible, discover macro techniques you won’t find anywhere else, and create automated reports that are amazingly powerful. Bill Jelen and Tracy Syrstad help you instantly visualize information, so you can act on it… capture data from anywhere, and use it anywhere… automate Excel 2019’s best new features. You’ll find simple, step-by-step instructions, real-world case studies, and workbooks packed with bonus examples, macros, and solutions—straight from Mr Excel!
  • Get started fast with Excel macro development
  • Work efficiently with ranges, cells, and formulas
  • Build super-fast applications with arrays
  • Automate Excel’s new pivot table enhancements
  • Collect user data with custom dialogs
  • Make your macros more reliable and resilient
  • Pull data from the Internet with web queries
  • Use advanced classes, collections, and custom functions
  • Build sophisticated business analysis solutions
  • Read and write to Access or SQL Server databases
  • Control other Office programs, and Windows itself
  • Write code that also works on older Excel versions
  • Start writing Office Store-style Excel Apps

The full text downloaded to your computer

With eBooks you can:

  • search for key concepts, words and phrases
  • make highlights and notes as you study
  • share your notes with friends

eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps.

Upon purchase, you will receive via email the code and instructions on how to access this product.

Time limit

The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed.


Product Details

ISBN-13: 9781509307180
Publisher: Pearson Education
Publication date: 12/18/2018
Series: Business Skills
Sold by: Barnes & Noble
Format: eBook
Pages: 624
File size: 67 MB
Note: This product may take a few minutes to download.
Age Range: 18 Years

About the Author

Bill Jelen, Excel MVP and the host of MrExcel.com, has been using spreadsheets since 1985, and he launched the MrExcel.com website in 1998. Bill was a regular guest on Call for Help with Leo Laporte and has produced more than 2,200 episodes of his daily video podcast, Learn Excel from MrExcel. He is the author of 57 books about Microsoft Excel and writes the monthly Excel column for Strategic Finance magazine. Before founding MrExcel.com, Bill Jelen spent 12 years in the trenches–working as a financial analyst for finance, marketing, accounting, and operations departments of a $500 million public company. He lives in Merritt Island, Florida, with his wife, Mary Ellen.

 

Tracy Syrstad is a Microsoft Excel developer and author of nine Excel books. She has been helping people with Microsoft Office issues since 1997, when she discovered free online forums where anyone could ask and answer questions.  Tracy found out she enjoyed teaching others new skills, and when she began working as a developer, she was able to integrate the fun of teaching with one-on-one online desktop sharing sessions. Tracy lives on an acreage in eastern South Dakota with her husband, one dog, two cats, one horse, and a variety of wild foxes, squirrels, and rabbits.

Table of Contents

Introduction
  1. Unleash the Power of Excel with VBA
  2. This Sounds Like BASIC, So Why Doesn't It Look Familiar?
  3. Referring to Ranges
  4. Looping and Flow Control
  5. R1C1-style Formulas
  6. Creating and manipulating Names in VBA
  7. Event Programming
  8. Arrays
  9. Creating Classes and Collections
  10. Userforms: An Introduction
  11. Data Mining with Advanced Filter
  12. Using VBA to Create Pivot Tables
  13. Excel Power
  14. Sample User-Defined Functions
  15. Creating Charts
  16. Data Visualizations and Conditional Formatting
  17. Dashboarding with Sparklines
  18. Reading from and Writing to the Web
  19. Text File Processing
  20. Automating Word
  21. Using Access as a Back End to Enhance Multiuser Access to Data
  22. Advanced Userform Techniques
  23. Windows Application Programming Interface (API)
  24. Handling Errors
  25. Customizing the Ribbon to Run Macros
  26. Creating Add-Ins
  27. An Introduction to Creating Office Add-ins
  28. What's New in Excel 2019 and What's Changed
From the B&N Reads Blog

Customer Reviews