Working with VBA
Learn the ease of creating simple macro using recording.
Discover the advantages on how VBA can help to simplify workbook tasks.
The Basics of VBA
Identify the way around the Visual Basic Application (VBA) windows.
Learn the workflow processes for automation and the VBA environment.
Familiarize the concepts of VBA syntax and its environment. Learn to read and understand the meaning of the syntax.
Variables
Expose to variables. Learn the rope to flexibilities in coding.
Control Structures
Learn the technique of coding and explore the If Then Else structures and how to make codes to be repeated using structures such as For Next and Do Loops.