I am here to make you awesome in Excel VBA. Let us take a deep dive into VBA and learn it from the beginning.
We are starting with Macro recorder introduction. How to record steps and play it later using VBA.
How to Edit the existing macros if your boss want you to change few lines.
How to Run macros or delete macros or give shortcut keys. There are different ways to execute your program or macro. Know all of them.
How to find out last row and how to select the data. We have discussed Static and Dynamic , both approaches and their advantages ,disadvantages over each other. Everything is discussed in full detail. Great for freshers who do not know anything about programming.
How to correct Macros if they are recorded with wrong steps.
How to run macro step by step which we need it for debugging.
How to move from one sheet to another. What errors we can expect if sheet name changes and how to sort out your issues.
Introduction to Variables. What are variables and why do we need them. How to declare them.
Data types of Variables and their significance in your project. Strings. Integer, Single, byte, Double , Variants - we have covered all.
Grip over variable related errors - overflow and type mismatch - Why they come and how to resolve the issues.
Use of Local window for better testing of your code. How to activate it and how to use this window.
Option Explicit - How to declare it and what benefit it provides.
Frequently asked Questions related to Variables asked in your interview.
Call key word .
Scope of Variable - Local, module, private and Public level variables . In full detail everything is covered.
Assignments solutions are also provided in the form of file as well as lecture video explaining it.
We have a long way to go and i promise you wont be disappointed after taking this program. We have live project discussions and assignments for you to practice. You will not only learn here but also know how to implement the VBA in real environment.