Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tertiarycourses/ExcelVBATraining

Exercise files for Visual Basic Application (VBA) for Excel Training
https://github.com/tertiarycourses/ExcelVBATraining

excel vba vba-excel visual-basic

Last synced: 2 months ago
JSON representation

Exercise files for Visual Basic Application (VBA) for Excel Training

Awesome Lists containing this project

README

        

# Visual Basic Application (VBA) for Excel Training
## by [Tertiary Courses](https://www.tertiarycourses.com.sg/)

These are the exercise files used for [Visual Basic Application (VBA) for Excel Training](https://www.tertiarycourses.com.sg/visual-basic-vba-excel-training.html) course.

The course outline can be found in

https://www.tertiarycourses.com.sg/visual-basic-vba-excel-training.html

https://www.tertiarycourses.com.my/visual-basic-vba-excel-training.html

Module 1 Get Started on VBA



  • What is VBA

  • Access VBA from Excel

  • Write Your First VBA Code

  • Message Box and Input Box


Module 2 VBA Programming



  • Variables and Constants

  • Data Types and Array

  • Operators

  • Decision

  • Loops


Module 3 Function and Sub Procedure



  • Function

  • Sub Procedure


Module 4 Managing Excel Objects



  • Worksheet Object

  • Workbooks Object

  • User Form


Module 5 Event Handling



  • Worksheet Events

  • Workbook Events


Module 6 Mini VBA Project