One of Microsoft Excel’s most powerful capabilities for heavy users is the Visual basic Application (VBA) language. Learning its capabilities is an enormous benefit in almost any field and at all levels of experience. Repetitive tasks can be quickly automated with the Microsoft Excel Macro/VBA. It can be used for various tasks e.g. communicating with databases, analyzing data, automating worksheet construction, modeling and simulation, creating charts/graphs, creating wizards (i.e. dialog boxes), creating graphic user interfaces GUI) and many more.
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.