Thanks to the different lessons, you will learn the VBA (Excel macros) for free ...
If you think that creating macros is too complicated and is not within your reach, rest assured, this course is suitable for beginners in programming and starts from scratch.
Like the Excel course, the lessons are rich in examples and simplified as much as possible to facilitate the learning of the VBA.
It is recommended that you follow the lessons in the order given, as you will need the knowledge from previous lessons for each new lesson.
Table of contents
- Introduction
- Introduction to Excel VBA (Developer)
- API Commands for RIT
- RIT API Initialization
- Algorithmic Trading Example - Arbitrage
Macros
- Basic principles
- Programming methodology
- Automatic macros
The basics of programming
- Publisher VBE
- Variables, constants
- Conditional instructions
- Loops for next
- Loop loops
- While wend
- Links between macros
- Workshop: Realization of a first project
VBA Excel Object
- The Excel object model
- Objects and collections of objects
- Application Object
The forms
- Create a form
- customize a form
- Events of the form objects
- Running / closing a form
- Custom forms
- Validate programmatically with basic VBA commands
Create custom functions
- the creation of functions.
- The notion of arguments
- Create, save a custom function
- Use a custom function
Manage procedures properly
- Create a private procedure
- Call a procedure with or without arguments
- Make optional arguments
- Use ByRef and ByVal
The array variables
- Create a table
- Set up a multicolumn array
- Sub-procedure and table
- Create a dynamic table
Manage events
- Workbook and Sheet Event Overview
- Manage events on workbook
- Manage events on a sheet
The basics of object programming
- Define the notions of class and object
- Composed variables
- Module and class module
- Class Creation in Programming
- Define the notions of private and public
Create variables, methods, and class functions
- Discover class methods and variables
- Create object instances
- Parameter class method
- Discover class functions
Size : | 878.189 Kb |
Downloads: | 602 |
Created: | 2018-05-23 |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about VBA API Tutorial
This is a tutorial showing how to use the macro facility in Microsoft Office—Visual Basic for Applications—to simplify analytical tasks in Excel.
Download free course VBA Notes for Professionals, pdf file on 202 pages by Stack Overflow Community.
Download VBA Excel 2013 Tutorial in PDF, free training document intended to beginner users on 10 pages.
Download free Access vba tutorial course in PDF, training file in 5 chapters and 207 pages. Free unaffiliated ebook created from Stack OverFlow contributor.
Introduction to Excel VBA Macro programming, Learn Excel tools by utilizing them in various cases, Understand the logic and syntax behind Visual Basic programming, which interacts with the Excel interface