
Let us learn all these in examples which will help us to understand it better. Recording macro is recording steps we perform and let excel do it over and over when we give the command to do it. In this Excel VBA tutorial for beginners, before we move to learn how to write codes in VBA, let us start with the most basic function of VBA, which is to record a macro. The most advisable thing to do is learn by recording the macro and look at the code to learn the syntax, which will help us in writing the codes of our own. The second is by writing a block of codes.There are two methods for using VBA in Excel. Now we have the developer’s tab enabled in excel as follows.When we drag down in the customize ribbon options, we will find an option for Developer we need to check that box which will enable us to use VBA in excel.In excel options, click on Customize Ribbon. It will open another wizard box for us as Excel Options.In the files tab, we will find a section for options in the last from the bottom click on Options.Go to the File tab on the home page of excel.But it has certain limitations to it, so we write codes in VB Editor where there is an ultimate number of opportunities to automate our tasks. In excel, we have a special feature in which we record our steps, and excel does the same steps for us over and over when giving excel command to run that code. One is through writing codes in VBA itself, while another is done by recording a macro. There are two ways to give these instructions for macros. In VBA, we create macros, and as defined above, macros are a set of instructions that are given to do a specific task. It is the best VBA Tutorial for beginners.


In this article, we will learn about the basics of VBA. What is a macro again? Macro is a set of instructions that are given to do a specified task. But by using VBA, we can make our jobs easier as we can make macros that will do our repetitive tasks for us.

In Excel, we do our tasks manually or by formulas but the tasks which are repetitive needs to be done again and again. VBA or Visual Basic Applications is a part of Microsoft Excel.
