Book Description
The Excel VBA Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
This open book is licensed under a Creative Commons License (CC BY-SA). You can download Excel VBA Notes for Professionals ebook for free in PDF format (2.5 MB).
Table of Contents
Chapter 1
Getting started with Excel VBA
Chapter 2
Arrays
Chapter 3
Conditional statements
Chapter 4
Ranges and Cells
Chapter 5
Named Ranges
Chapter 6
Merged Cells / Ranges
Chapter 7
Locating duplicate values in a range
Chapter 8
User Defined Functions (UDFs)
Chapter 9
Conditional formatting using VBA
Chapter 10
Workbooks
Chapter 11
Working with Excel Tables in VBA
Chapter 12
Loop through all Sheets in Active Workbook
Chapter 13
Use Worksheet object and not Sheet object
Chapter 14
Methods for Finding the Last Used Row or Column in a Worksheet
Chapter 15
Creating a drop-down menu in the Active Worksheet with a Combo Box
Chapter 16
File System Object
Chapter 17
Pivot Tables
Chapter 18
Binding
Chapter 19
autofilter; Uses and best practices
Chapter 20
Application object
Chapter 21
Charts and Charting
Chapter 22
CustomDocumentProperties in practice
Chapter 23
PowerPoint Integration Through VBA
Chapter 24
How to record a Macro
Chapter 25
SQL in Excel VBA - Best Practices
Chapter 26
Excel-VBA Optimization
Chapter 27
VBA Security
Chapter 28
Debugging and Troubleshooting
Chapter 29
VBA Best Practices
Chapter 30
Excel VBA Tips and Tricks
Chapter 31
Common Mistakes