Chapters
- Getting started with excel-vba
- Debugging and Troubleshooting
- Methods for Finding the Last Used Row or Column in a Worksheet
- User Defined Functions (UDFs)
- VBA Best Practices
- Loop through all Sheets in Active Workbook
- Ranges and Cells
- Common Mistakes
- Arrays
- Excel VBA Tips and Tricks
- PowerPoint Integration Through VBA
- Workbooks
- Pivot Tables
- Binding
- Charts and Charting
- Application object
- Merged Cells / Ranges
- VBA Security
- How to record a Macro
- Locating duplicate values in a range
- Named Ranges
- autofilter ; Uses and best practices
- Creating a drop-down menu in the Active Worksheet with a Combo Box
- Conditional statements
- Working with Excel Tables in VBA
- Excel-VBA Optimization
- Conditional formatting using VBA
- File System Object
- SQL in Excel VBA – Best Practices
- Use Worksheet object and not Sheet object
- CustomDocumentProperties in practice