Microsoft Excel VBA and Macros (Office 2021 and Microsoft 365)
April 2022
Renowned Excel experts Bill Jelen (MrExcel) and Tracy Syrstad help you automate Excel tasks to get more done, faster than ever.
Buy Now »- 640 pages
- Publisher: Microsoft Press
- ISBN: 978-0-13-752152-4
- PDF ISBN: 978-0-13-752157-9
Use this guide to automate virtually any routine Excel 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 to make it actionable; capture data from anywhere, and use it anywhere; and automate the best new features in Microsoft Excel. Youll find simple, step-by-step instructions, real-world case studies, and 50 workbooks packed with examples and complete, easy-to-adapt solutions.
By reading this book, you will:
- Quickly master Excel macro development
- Work more efficiently with ranges, cells, and formulas
- Generate automated reports and quickly adapt them for new requirements
- Learn to automate PivotTables to summarize, analyze, explore, and present data
- Leverage more of Excel VBAs power with classes, collections, and Advanced Filter
- Make the most of User-Defined Functions (UDFs), including new LAMBDA functions
- Build sophisticated UserForm custom dialogs to collect data from other Excel users
- Integrate data from the Internet, Access and SQL Server databases, and other sources
- Automatically generate charts, visualizations, sparklines, and Word documents
- Extend Excels power by controlling other Office programs and Windows itself
- Create Office Add-ins to expand worksheet functionality or streamline retrieval of external information
- Get started creating brand-new TypeScript applications for Excel Online
About This Book
For everyone who wants to get more done with Microsoft Excel in less time
For business and financial professionals, entrepreneurs, students, and others who need to efficiently manage and analyze data
- Introduction
- Unleash the Power of Excel with VBA
- This Sounds Like BASIC, So Why Doesn't It Look Familiar?
- Referring to Ranges
- Looping and Flow Control
- R1C1-style Formulas
- Creating and manipulating Names in VBA
- Event Programming
- Arrays
- Creating Classes and Collections
- Userforms: An Introduction
- Data Mining with Advanced Filter
- Using VBA to Create Pivot Tables
- Excel Power
- Sample User-Defined Functions
- Creating Charts
- Data Visualizations and Conditional Formatting
- Dashboarding with Sparklines in Excel
- Reading from the Web using M and VBA
- Text File Processing
- Automating Word
- Using Access as a Back End to Enhance Multiuser Access to Data
- Advanced Userform Techniques
- Windows Application Programming Interface (API)
- Handling Errors
- Customizing the Ribbon to Run Macros
- Creating Excel Add-Ins
- An Introduction to Creating Office Add-ins
- What's New in Excel 365 and What's Changed