How to develop skill on Excel Macros VBA. I want to be perfect on VBA. As soon as I see the problem.. within minutes it should come in my mind what code i have to write for this situation...I know its not that easy.. but I feel that its not hard too. I need advise as to what I have to do.. Eagerly waiting for the encouraging responses from all the teachers& trainers..

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Best Excel Powerbi Msbi SQL Data Analytics Trainer

You need to understand the grammar of VBA Language first like collections ,objects ,methods and properties,syntax of different objects and their uses etc ..Once you are clear with these concepts ,you can learn about conditional statements and loops ,Later work on vba functions ..if you follow this structured...
read more
You need to understand the grammar of VBA Language first like collections ,objects ,methods and properties,syntax of different objects and their uses etc ..Once you are clear with these concepts ,you can learn about conditional statements and loops ,Later work on vba functions ..if you follow this structured approach then learning vba becomes easy .. read less
Comments

Trainer

My suggestion is, there are lots of websites on Excel Macros VBA, you can just go through those websites, try out the sample examples for different scenarios on daily basis...Practice makes a man Perfect...so, you can practice more & more examples, you will automatically get ideas and one day you can...
read more
My suggestion is, there are lots of websites on Excel Macros VBA, you can just go through those websites, try out the sample examples for different scenarios on daily basis...Practice makes a man Perfect...so, you can practice more & more examples, you will automatically get ideas and one day you can do on your own... read less
Comments

Trainer

First You learn Excel & then go for VBA Macro that will help you to make a perfect VBA coder
Comments

Trainer

Dear Sandeep, To master any subject first we need to master the fundamentals. As you want to develop Excel and VBA skills you need to have a thorough knowledge of Excel Features, Excel Options, Excel Functions and Macros. You need a solid understanding of programming concepts and need to have the sample...
read more
Dear Sandeep, To master any subject first we need to master the fundamentals. As you want to develop Excel and VBA skills you need to have a thorough knowledge of Excel Features, Excel Options, Excel Functions and Macros. You need a solid understanding of programming concepts and need to have the sample code structures for every conceivable need. Wish you all the best! read less
Comments

Microsoft Certified Expert I Author

Hi Sandeep, VBA is a very logical language, its not that hard to understand as most of us think it is. If you are comfortable using Excel to a certain extent then you can start learning basics of VBA. But i would strongly recommend you to spend good amount of time in the basics first e.g. Sub & Function...
read more
Hi Sandeep, VBA is a very logical language, its not that hard to understand as most of us think it is. If you are comfortable using Excel to a certain extent then you can start learning basics of VBA. But i would strongly recommend you to spend good amount of time in the basics first e.g. Sub & Function procedure, Variables, Scope of Variables, arrays, where to use comments, OOP (Object Oriented Programming) basics, operators etc then only move towards creating complex coding. And the most important part of learning VBA is by doing, its just like swimming, one cant learn it until we jump into the pool. You can also refer "vba programming for dummies" a book by john walkenbach for a good start. All the best. read less
Comments

Expert in MS Office, Primavera P6 & MS Project

Hey Sandeep, One of the best thing with VBA is that you can use Excel-Macro Recorder to find part of your solution. Sometimes when you are not sure what coding will do the work, Simply, Perform the work on your Excel while recording Macro. This way you will surely get insights to as in what code is...
read more
Hey Sandeep, One of the best thing with VBA is that you can use Excel-Macro Recorder to find part of your solution. Sometimes when you are not sure what coding will do the work, Simply, Perform the work on your Excel while recording Macro. This way you will surely get insights to as in what code is required to do the job. Anyway for developing mind to get solutions quickly... only Practice is the only key. The more you Practice .... The more perfect you become in any thing you want. However, If you want Practice questions for VBA just message me. Hope my Answer satisfies your query. Happy Coding... read less
Comments

The Educationalist

I will not say that you should be 100% perfect in Excel but you should be 100% perfect in Logical thinking of how you can do the same task manually in excel instead of using macros. After being OK in the Logical thinking part, the next step is to learn the basics of Programming such as Data Types, Constants,...
read more
I will not say that you should be 100% perfect in Excel but you should be 100% perfect in Logical thinking of how you can do the same task manually in excel instead of using macros. After being OK in the Logical thinking part, the next step is to learn the basics of Programming such as Data Types, Constants, Variable, debug, etc. The heart of VBA is Data Entry, Calculation, Decisions, Looping and the combination of all these. If you are OK with all these things, you can start your basic programming. Believe me, the success behind excel and vba is practice, practice and more practice. Best of Luck. read less
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Please follow the below steps. 1) Learn excel basic thoroughly 2) Learn excel hard formula and functions. ( This is not much important to learn excel vba Macro, but better to learni) 3) Learn VBA Macro every concept. You should need to spend minimum 2.5 to 3 month to learn above concept thoroug...
Comments

Excel Macros VBA Expert

Well, the best thing to do is to run the script to generate the Macro code for the function you want to perform. Directly, it will give you the code and you will get an idea of what code needs to be written.
Comments

Professor by profession, Excel & VBA Free Lancer, Day Trader Stock Market, Video Ad & SEO Support

Its all about how you practice on the learnt concepts. Think vidhya helps you at providing learning part. Later is all your buddy.
Comments

View 58 more Answers

Related Questions

What is the use of Data validation commond. can you demonstare the example in common life?

The point of data validation is to pick the list in a drop down fashion. It will ease your work by allowing you to select the entries from the drop down rather than you writing for it. It saves a lot of time when it comes to large dataset.
Anil
0 0
5
Is Excel online coaching much costlier than excel coaching classes?
You'll find numerous sites offering free training/material online. You may also learn directly from Microsoft excel product help. Join classes only if you need step by step guidance and monitoring
Radha
What is the difference between an MS word, an MS Excel, and an MS PowerPoint?
All three are applications of Microsoft office. MS Word is a word processing application, where you can type anything you want, primarily used for creating documents, brochures etc. MS Excel is a spreadsheet...
Krishna
0 0
5

Is learning Tally good or is learning Advanced Excel and Python good? Which one will be better for getting a job? What would be the general cost of learning Tally, Advanced Excel and Python? Which are the best tutors or institutes near to Kudlu Gate and Electronic City?

 

 

As a beginner, you should go with Advance Excel and MIS reporting. After that, you can go for VBA, SQL, and Python in the end. Follow this career path. You will end up being a data analyst and package raging from 8-12lakh pa.
Prabhu
How to use excel formula?
Excel formula can be used from within the cell (just double click a cell to insert formula) or select the cell where you want to enter formula and click the formula bar on top which says fx. You can also...
Mridulika
0 0
8

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Basic excel required for MIS position
Dear Students, Today we will know about the mis and its importance in business world. In Business world, organisation's have many business problem related to process are exists. For taking any decision,...

Auto calculation using IF and SUMIFS
https://vz-3ad30922-ba4.b-cdn.net/349b6f4a-22df-47fd-ba77-0ca6490db39f/play_480p.mp4

Tips - How to put PivotTable Field List back at its Original Position?
Have You ever struggled to put PivotTable Field List back at its Original Position?*Original Position - right-side of the worksheet, as highlighted in the following picture: If Your answer is Yes, You...


What is Big Data and Why Do Organizations Need It?
Big data is a term that describes the large volume of data – both structured and unstructured – that inundates a business on a day-to-day basis. But it’s not the amount of data that’s...

Recommended Articles

Microsoft Office is a very popular tool amongst students and C-Suite. Today, approximately 1.2 billion people across 140 countries use the office programme. It is used at home, schools and offices on a daily basis for organizing, handling and presenting data and information. Microsoft Office Suite offers programs that can...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for Microsoft Excel Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you