Full Table of Contents for Excel VBA Courses
I'm uploading a separate table of contents for the entire Excel VBA lecture I've been writing. I put a link in the entire table of contents so that you can find this article as an index.
1. Excel VBA Overview
- 1.1. VBA, Macro concept
- 1.2. Experience, knowledge, and mindset required to approach Excel VBA
- 1.3. What can you do with Excel VBA?
- 1.4. A step-by-step approach to learning Excel VBA
- 1.5. Factors that make Excel VBA difficult and how to solve it
- 1.6. Do's and Don'ts of using Excel VBA
2. Excel VBA Basics
- 2.1. Basic Preferences
- 2.2. Follow simple example
- 2.3. Excel Object Model
- 2.4. Understanding the Excel Object Model with simple code
- 2.5. Excel Object Model Details
- 2.6. Excel File Extension
- 2.7. Visual Basic for Application Editor (VBE)
3. Excel VBA language basics
- 3.1. variable
- 3.2. Language Syntax
- 3.2.1. conditional statement (IF)
- 3.2.2. Condition function (IIF)
- 3.2.3. Conditional statement (Select Case)
- 3.2.4. Repeat statement (For)
- 3.2.5. Loop (For Each)
- 3.2.6. loop (While)
- 3.2.7. Loop control (Exit, Continue)
- 3.2.8. Procedure
- 3.2.9. error handling
- 3.2.10. Visual Basic (VB) Documentation Help (CHM)
- 3.2.11. Office 2013 VBA Documentation (CHM, English)
- 3.3. data type
4. Excel VBA How-To
- 4.1. How to configure UI (User Interface)
- 4.2. How to run VBA code
- 4.3. How to use the Immediate Window tool
- 4.4. How to use the object browse tool
- 4.5. How to improve VBA performance
- 4.6. How to use the macro recorder
- 4.7. Basic principles to follow when coding
5. Tools developed with Excel VBA
- 5.1. Naver Korean Dictionary, English Dictionary Search Tool
- 5.2. Work allocation optimization tool using one-dimensional bin packing algorithm
- 5.3. Data standard check tool
- 5.4. DA# Macro Tool
- 5.5. PowerDesigner Macro tool
- 5.6. Data Migration (Migration) Tools
- 5.7. Excel Data Downloader
- 5.8. Excel Data Uploader