Excel VBA Tutorials

The following tutorials describe a set of Excel VBA tutorials which are useful for learning basic, intermediate and advanced excel macros.

Automation is one of the key skill organisation look for. Excel Macros are used to automate repetitive tasks and Visual Basic for Application (VBA) is the programming language used for building excel macros.

Learn VBA Programming in 4 Lessons

These four lessons help you get started with the VBA language and provide a step-by-step approach to learning it from scratch. After completion of these lessons, you will be able to build macros.

  1. Lesson 1 : Getting Started with Excel VBA
  2. Lesson 2 : Record Your First Macro And Run It
  3. Lesson 3 : Writing Your Own VBA Code - 35 Examples
  4. Lesson 4 : Playing with Dynamic Ranges in Excel
Excel VBA Tutorials
  1. Excel VBA : IF THEN ELSE STATEMENT
  2. Excel VBA : Select Case Statement (Alternative to IF THEN ELSE)
  3. Excel VBA : Message Box
  4. Excel VBA : FOR - NEXT LOOP
  5. Excel VBA : User Defined Functions(UDFs)
  6. Excel VBA : Worksheet Functions
  7. Excel VBA : Find Last Used Row and Last Used Column
  8. VBA : How to Sort Data
  9. VBA : How to Use NOT LIKE
  10. VBA : How to Use LIKE operator
  11. VBA : How to Use Wildcards
  12. VBA : How to Unhide One or Multiple Rows
  13. VBA : How to Unhide Columns
  14. VBA : How to Unhide Sheets
  15. VBA : How to Debug User Defined Function (UDF)
  16. VBA : How to Use For Each Loop
  17. VBA : How to Remove Duplicates
  18. VBA : Ways to Identify Duplicates
  19. VBA : How to Create Bar Chart
  20. VBA : How to Modify Axes in Chart
  21. VBA : How to Delete Charts
  22. VBA : How to List Open Workbooks
  23. VBA : Multiple Ways to Find Last Used Row
Excel Macros
  1. Convert Multiple Excel Files to PDF
  2. Convert Multiple PowerPoint Files into PDF with Excel VBA
  3. Filter Data Based on Drop Down Selection
  4. Filtering and Pasting Data to New Sheet
  5. Concatenate Text based on Criteria
  6. Calculating Partial Correlation Matrix with Excel VBA
  7. Excel UDF: Copy cell comment into another cell
  8. Excel UDF: Dependent cell comment
Spread the Word!
Share