Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tertiarycourses/ExcelVBATraining
- Owner: tertiarycourses
- Created: 2016-11-15T06:18:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T11:19:29.000Z (about 3 years ago)
- Last Synced: 2024-08-09T02:19:51.060Z (6 months ago)
- Topics: excel, vba, vba-excel, visual-basic
- Homepage: https://www.tertiarycourses.com.sg/visual-basic-vba-excel-training.html
- Size: 4.22 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tertiarycourses/ExcelVBATraining - Exercise files for Visual Basic Application (VBA) for Excel Training (Others)
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