Visual Basic For Application: Basic Excel Macro (VBA) Orientation Course
Visual Basic For Application: Basic Excel Macro (VBA) Orientation Course
Introduction to VBA
Getting Started with VBA part 1
Getting Started with VBA part 2
VBA Object Oriented Programming
VBA Userforms & Additional Controls
Introduction to VBA:
What is VBA
Visual Basic
-4GL, Visual Program Development, GUI
-created in Integrated Development Environment, IDE
-Rapid Application Development (RAD) languages
RELATIONSHIP
Workbook VBE
Worksheets Modules
Charts VBA Codes
Userforms
Introduction to VBA:
Getting To Know Your Environment
VBE
-Visual Basic Editor
-VBA IDE
-VBA Development Environment
-provides with a number of tools for the development of the program
Modules
Container of the procedures or codes
Class Modules
Special kind of Module that allows custom objects
Introduction to VBA:
Excel Macro
-Procedure (VBA)
-Record actions and translate it into VBA
*Record any task you can do in Excel
*Every stroke is recorded, Errors as well
Chapter 1
Chapter 2